It's a early stage backend for Todo app.
For now we are setting up the following stack
- Node JS 12.19.x
- Express 4.17.x
- GraphQl 15.3.x
- MongoDB 4.4.x
- Mongoose 5.10.x
- Soon ...
- Soon ...
type Task {}
type User {}Task({});
User({});To install locally follow the directions in the MongoDB documentation.
npm install
To run server
npm start
