Skip to content

Shreyaan/todoist-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN TODO

It is a simple mern todo app with user authentication

Tools used

Features

  • Create register an account with name, email, password.
  • User can create tasks, check tasks and delete tasks
  • User can update their own profile.
  • Passwords are encrypted

Deployment

Fork, then download or clone the repo.

For the back-end

go to backend folder via the terminal.

cd backend

install the dependencies once via the terminal.

npm install

Run the main server. It listens on port 3000.

npm statrt

View it on the browser.


For the Front-end

go to frontend folder via the terminal.

cd frontend

Install the dependencies required by React once.

npm install

Run the development server for React. .

npm dev

To make a production build

npm run start

License

MIT

About

It is a simple mern todo app with user authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published