/mern-todo

MERN CRUD full stack project

Primary LanguageJavaScript

MERN CRUD Todo with authentication

This app uses MERN:

  • MongoDB for storing user information and and TODO list
  • ExpressJS for creating an API to interface the client-side
  • React for creating a frontend
  • NodeJS as a runtime environment for running the backend in

Todo example

Sign up

To run

In the client folder run npm start to start the frontend

In the backend folder run npm start to start the backend