Skip to content

alan-palacios/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To do List App

A To do List App with basic CRUD functionality.

Screenshot

Backend

Developed with NodeJS and Mongoose

Frontend

The frontend was build with Create React App and Tailwind CSS framework

Screenshot

Run Project Locally

You should have NodeJS and Mongo DB Installed Locally

MongoDB

To start db server run the following comand in /bin folder of MongoDB instalation:

mongod.exe

Backend

To install required dependencies run the following command in the project directory:

npm install

and to start the server:

npm start

Frontend

To install required dependencies run the following command in the project directory:

npm install

and to start the server:

npm start

Once you have started MongoDB, NodeJs and React, open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

About

To do List App with basic CRUD functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published