Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 396 Bytes

todona_backend

backend for todona web app.

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm run dev

The Application Runs on localhost:8080