Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 483 Bytes

File metadata and controls

11 lines (8 loc) · 483 Bytes

A Note Management API with Authentication

This is an example Note Management API developed on Express web framework with TypeScript, TypeORM and PostgreSQL.

Steps to run the project:

  1. Run npm i command
  2. Setup environment variables as shown in the env.example file in order to be able to connect to Postgres database.
  3. Run npm start:dev command
  4. Open http://localhost:3000 to see OpenAPI specification.
  5. Issue requests e.g. with Postman.