A node express CRUD api with knexjs and postgresql.
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
This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.