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
- Host: GitHub
- URL: https://github.com/du-disk/api-bookshelf-app
- Owner: du-disk
- Created: 2022-10-31T16:41:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T02:18:54.000Z (over 3 years ago)
- Last Synced: 2025-02-25T09:24:38.912Z (over 1 year ago)
- Topics: api, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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