-
TODO:NE is a simple TODO list application that allows you to list out things you need to do so that you can stay organized.
-
TODO:NE is a collaborative MERN-stack single-page application. It combines a scalable MongoDB back end, a GraphQL API, and an Express.js and Node.js server with a React front end. It implements user authentication with JWT to build a user-focused platform.
npm install
from the root of the project- in the server folder, create your
.env
file using theexample.env
file - to start developing,
npm run develop
- to run production, build the client (
npm run build
), then runnpm run start
.
N/A
- React (Front End)
- GraphQL, Node.js, and Express.js server
- MongoDB and Mongoose ODM for database.
- Queries and Mutations for retrieving, adding, updating, and deleting data.
- Heroku for deployment
- JWT for authentication
- Carbon Design System