An open API service indexing awesome lists of open source software.

https://github.com/du-disk/api-bookshelf-app

API Bookshelf App
https://github.com/du-disk/api-bookshelf-app

api nodejs

Last synced: about 2 months ago
JSON representation

API Bookshelf App

Awesome Lists containing this project

README

          

# API Bookshelf App
> API Bookshelf App is an API that can be used to manage books data for your application.

## Requirements
1. NodeJS v14 LTS
2. npm
3. Postman
4. Text Editor

## How to run the app ?
1. Open app's directory in CMD or Terminal
2. Type `npm install`
3. To Run the app as dev type `npm start`
4. To Run the app as prod type `npm run start:prod`
5. To check lint the app type `npm run lint`
6. API will run on port 5000