Skip to content

alexovn/simple-ui-backend

Repository files navigation

Backend for blog on Nest.js

Backend for blog based on simple and great technologies.

Tech stack:

Project setup

Copy variables to .env and fill them with your own data

$ cp -v .env.example .env

Install dependencies

$ pnpm install

Compile and run the project

# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod

Swagger

http://localhost:3000/api

About

Backend for Simple Ui app made on Nest.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published