OfficeManager.Api
The API for the Office Manager Web application which allows you to manage offices and the people who work in them
Installation
Requirements:
- Node v12.20.xx
- Docker (Install Docker Desktop for an easy, all-in-one package)
Steps:
- Run
npm install
to install the dependencies - Run
npm run start-containerized-environment
to spin up the Postgres DB - Run
npm run start
to start the application