Skip to content

tomasalmeida1996/ToDoList-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList-web-app

Todo list Web API and user interface with MERN Stack.

Quick Start

Environment and Dependencies

Setup with NPM

To install react app dependencies and start application, run the following commands in the client folder:

npm install
npm start

To install server dependencies and start server, run the following commands in the server folder:

npm install
node index.js

Both the server and client must be running locally.

Features

Backend

  • TODO LIST API CRUD.
  • Database cluster from MongoDB Atlas.
  • User authentication (sign in, login, logout).
  • Tasks stored per user
  • Project runs locally.

Frontend

  • UI for Todo List Web API CRUD operations with Material UI components and axios.
  • User authentication (sign in, login, logout).

About

Todo list Web API + user interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published