https://github.com/ashokdey/parkinglot-nodejs
Parking Lot REST API
https://github.com/ashokdey/parkinglot-nodejs
beginner-friendly parking-lot rest-api
Last synced: 7 months ago
JSON representation
Parking Lot REST API
- Host: GitHub
- URL: https://github.com/ashokdey/parkinglot-nodejs
- Owner: ashokdey
- License: gpl-2.0
- Created: 2020-12-15T06:10:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T05:17:24.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T18:49:41.197Z (8 months ago)
- Topics: beginner-friendly, parking-lot, rest-api
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Parking Lot
[](https://github.com/ellerbrock/open-source-badges/)
[](https://opensource.org/licenses/GPL-2.0/)## Setup Guide
- Clone the repo
- Setup the `.env` file
- Run `npm i` to install the dependencies
- Run `npm start` to start the app### Extra
- API Postman collection is here: [API Collection](https://documenter.getpostman.com/view/2901255/TVspmAJC)