Skip to content

Devian505/RIS

Repository files navigation

RS School REST service

Prerequisites

Downloading

git clone {repository URL}

Installing NPM modules

npm install

Running application

npm start

Or Running via docker

Run in terminal:

 docker-compose up

If you want to stop, open new terminal, then enter:

 docker-compose down

Rebuild images & start containers:

 docker compose up --build 

Сonnected services:

  • PostgreSQL
  • pgAdmin
  • Express

After starting the app on port (4000 as default) you can open in your browser OpenAPI documentation by typing http://localhost:4000/doc/.

Development

If you're using VSCode, you can get a better developer experience from integration with ESLint and Prettier extensions.

Auto-fix and format

npm run lint

Debugging in VSCode

Press F5 to debug.

For more information, visit: https://code.visualstudio.com/docs/editor/debugging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published