A full-stack project management system with GraphQL, Express, MongonDB, React and Apollo.
TechStack:
✅ GraphQL
✅ Express
✅ MongoDB
✅ Mongoose
✅ React
✅ Apollo Client
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