Skip to content

cleidir/todo-task-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-task-app

This project is a client to todo-task project, it consume the RestAPIs available on project todo-task and show data to user.

Dependencies

Update packages before

Before install this project, you need to install npm, follow the steps below this.

sudo apt update
sudo apt upgrade

Now you can install npm using the command below.

sudo apt install npm

Wait to finish, you can confirm the version installed.

npm --version

Installing

Clone the repository git@github.com:cleidir/todo-task-app.git

Access the project directory and execute te commands below to install the application.

cd todo-task-app/
npm install

Wait for the end of process, and than run this to execute the app using command below.

npm start

After that, the API's are available on adress like the below

http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors