Project management app from to my studing.
npm install
cd client
npm install
If you're going to use MongoDB, create a database with Atlas, add it to the .env.example file and rename the file to .env
npm run dev
cd client
npm start
- API URL - http://localhost:5000
- GraphiQL URL - http://localhost:5000/graphql
- React App - http://localhost:3000