KylerJohnsonDev / nest-todos-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Description

A Todos API service built with Nest framework.

How to run locally

First, clone the repo

git clone git@code.8labs.io:kjohnson/todos-api.git

Next, navigate into the project directory and install the dependencies

npm install

Finally, run it locally with

npm run start

Exploring the service

The API will be listening on port 3000 by default (http://localhost:3000)

To see what endpoints are available, navigate to the swagger UI at http://localhost:3000/api Screenshot

If you prefer Postman, I've included the postman collection, which you can download here.

About


Languages

Language:TypeScript 86.1%Language:JavaScript 8.0%Language:Shell 5.9%