Build a Todo Api with Nest.js and Js Data Structure

Application repo for a simple Todo Api built with Nest.js.

Getting Started

Clone the repository

To easily set up the application, clone this repository

git clone https://github.com/openwell/nest-vue-project.git

Change directory into the newly cloned project

cd nest-todo-project

Install Project dependencies

npm install

Run the application

Open the terminal still within project directory run the application with:

npm run start:dev

This will start the application on port 3000.

Test the application

Finally open your browser and view the application on http://localhost:8080

Prerequisites

Node.js, Npm

Built With

Nest.js