Skip to content

pratikmane1299/books-api

Repository files navigation

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.

About

A node express CRUD api with knexjs and postgresql.

Resources

License

Stars

Watchers

Forks