Authenication and CRUD operation From Graphql
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Clone the repository
- type the following command in your project root directory
npm install
- You need to install MongoDB database and also start the server of MongoDB
- Run the frontend server and backend server
npm start
- development server will start at: http://localhost:3000/graphql