Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 719 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 719 Bytes

Freenance API

Description

REST API for Angular assessment project.

Covers JWT auth, CRUD, file upload and inter-entity relationships. Features User Profile, Clients and Invoices.

Provides Swagger UI and Insomnia config for API discovery.

Prerequisites

Install Docker Desktop.

Running the app

$ npm i
$ npm run start:prod

It takes several minutes for the first spin, and is quicker with further starts.

Your server is available at http://localhost:3000. Swagger UI is at http://localhost:3000/swagger. Insomnia config is here.