Application repo for a simple Todo Api built with Nest.js.
To easily set up the application, clone this repository
git clone https://github.com/openwell/nest-vue-project.git
cd nest-todo-project
npm install
Open the terminal still within project directory run the application with:
npm run start:dev
This will start the application on port 3000
.
Finally open your browser and view the application on http://localhost:8080