dthemg / mern-todo

MERN CRUD full stack project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MERN CRUD full stack project


Languages

Language:JavaScript 95.2%Language:HTML 3.9%Language:CSS 0.9%