Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 608 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 608 Bytes

Books API

A node express CRUD api with knexjs and postgresql.

Requirements

Getting Started

Clone the repo

- git clone https://github.com/pratikmane1299/books-api.git
- cd books-api

Setting Environment Variables

Copy .env.example to .env and add your values.

Running the project

  • Start postgresql database and adminer.
docker-compose up
  • Start the server.
npm run dev

License

This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.