Skip to content

ndifiori/todo-ne

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO:NE

Description

  • 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.

Installation

  • npm install from the root of the project
  • in the server folder, create your .env file using the example.env file
  • to start developing, npm run develop
  • to run production, build the client (npm run build), then run npm run start.

Usage

Home Page

Credits

License

N/A

Technologies Used

  • 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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • SCSS 5.1%
  • HTML 4.0%
  • Shell 0.1%