mr-chidex / post-api

A simple REST API with postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog Post Api

A simple REST API built with postgres

Built With

  • Node.js
  • Postgres
  • Express
  • Git

Features

  • CRUD operations for post
  • Search for post
  • CRUD operations for post comment
  • Auth user

Configure app

  • Create schema following demo file schema.sql in models/
  • Create a file named .env in the project root directory
  • Add the environment variables as described in dev.env file

Install dependencies

yarn install

Running this project locally

yarn dev

Show your support

Give a ⭐️ if you like this project!

Copyright

Copyright (c) mr-chidex

About

A simple REST API with postgres


Languages

Language:JavaScript 99.6%Language:Shell 0.4%