Skip to content

tgechev/notes-api

Repository files navigation

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.

About

Express Note Management API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published