An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/simple-express-postgresql-api

A simple express postgresql API
https://github.com/coder-abdo/simple-express-postgresql-api

Last synced: 11 months ago
JSON representation

A simple express postgresql API

Awesome Lists containing this project

README

          

# Simple API using Express & Postgresql

## Description

this is a simple Posts API which it provides the CRUD operation where you can create, read, update, and delete posts.

## Author: Abdelmonaem

### Techs:

- Express JS.
- Typescript.
- Postgresql.
- Helmet.
- Cors.
- Morgan.

#### How to run the project

` npm run dev` or `yarn dev`.

#### how to run the database migration

`npm run migrate` or `yarn migrate`.

#### how to build the project

`npm run build` or `yarn build`.