Skip to content

DarioVisiert/notes-backend

Repository files navigation

Notes Backend

This project is a simple CRUD API written in nest.js for managing notes.

Description

The Server is using MongoDB as a Database.

Installation

$ npm install

Running the app

Edit the path to your MongoDB in the configuration.ts file. Afterwards you can run the following commmands

# Development
$ npm run start:dev

# production
$ npm run start:prod

While running the App locally you can open the following url to the Swagger Documentation: http://localhost:8080/api

About

my awesome notes app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published