Skip to content

ghsdl/yetanotherbookshelfapi

Repository files navigation

MyBookshelf

MyBookshelf is a library management API available for everyone.

Author

@MaevaGhsdl

Stack

  • PostgreSQL
  • Node.js
  • Sqitch
  • Express
  • Node-postgres
  • Joi
  • Dotenv

Run Locally

Clone the project

  git clone https://github.com/ghsdl/API---MyBookshelf_Node_Express.git

Go to the project directory

  cd  API---MyBookshelf_Node_Express

Install the PostgreSQL database

createdb mybookshelf

Install dependencies

  npm install

Start the server

  npm run start