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
- Host: GitHub
- URL: https://github.com/coder-abdo/simple-express-postgresql-api
- Owner: coder-abdo
- Created: 2022-03-19T15:38:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T16:21:09.000Z (over 4 years ago)
- Last Synced: 2025-03-04T07:47:20.154Z (over 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.