Skip to content

πŸ“‘ Classic task list application, built in ReactJS and NodeJS

Notifications You must be signed in to change notification settings

netodomingos/ReactJs-Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ReactJs-Todo-App

Classic task list application, built in ReactJS and NodeJS.

Initial configuration

To use the project you need to install all the dependencies:

 npm i

Capturar

Starting the project

after we download the dependencies, we use the following commands in the console:

I recommend using two or three windows on the console

With this command, we initialize MongoDB, which is our database, without it, the project will not work.

cd backend
mongod

mongod

Now we'll start the server:

cd backend
npm run dev

dev

After the Back-End initialization, the time has come to enter the interface.
To start the application Front-End, we will use the following command:

Note, that at this time, we left the folder "backend" and now we enter the folder "frontend" If you do not know how to return to the folder, just use the command cd .. in the console.

cd frontend
npm run dev

1

The Front End will boot on port 8080, to have access, just open your browser and enter this following address:

http://localhost:8080

Now enjoy this little project!!

About

πŸ“‘ Classic task list application, built in ReactJS and NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published