this is a simple CRUD Application developed with: Nodejs, Expressjs, GraphQL, and MongoDB (Server Side) & Reactjs with Apollo (Client Side). The user is able to create different categories, and products that belong to certain categories.
- clone this repository
- open the main folder
- go to the main folder and open it in your terminal
- run
npm install - run
npm start - go to localhost:3000 (if the browser does not run the local host automatically)
(if you want to see the project live, navigate to https://jolly-swirles-f29573.netlify.com/)