This project was about learning graphQL,and reviving my coding skills after the festive holidays.
- CSS
- React
- NodeJS
- GraphQL
- MongoDB
- Express.JS
- Apollo Server
For the server the project dependencies are:
- cors
- express
- express-graphql
- mongoose
- nodemon
- dotenv
For the client the project dependencies are:
- apollo client
- graphql
Run server:
- Step 1: Open terminal change directory (cd server)
- Step 2: Install node modules (npm install)
- Step 3: Run project(npm run dev)
Run client
- Step 1: using the terminal as well change directory (cd client)
- Step 2: Install node modules (npm install)
- Step 3: Run project(npm run dev)
- Step 4: Go to localhost:3000 to see the project