Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 678 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 678 Bytes

Book Safe

This is a simple project helps a user to create a book safe according to a specific author. The main purpose to build this project to learn graphQL and make a graphQL API.

Get Started with project.

This project contains two folder 1.client and 2. server. Both server are going to run on different ports.

  • Clone the repo by running git clone https://github.com/praveen-me/booksafe-graphql.git.
  • Start client port by running cd client && npm i && npm start.
  • Start server port by running cd server && npm i && npm start.

Tech Stack Used

  • React
  • SASS
  • MongoDB
  • Node
  • Express
  • GraphQL (Frontend -> react-apollo, Backend -> express-graphql)