This is an example Note Management API developed on Express web framework with TypeScript, TypeORM and PostgreSQL.
Steps to run the project:
- Run
npm icommand - Setup environment variables as shown in the
env.examplefile in order to be able to connect to Postgres database. - Run
npm start:devcommand - Open http://localhost:3000 to see OpenAPI specification.
- Issue requests e.g. with Postman.