Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thvroyal/hustparking
Front-end for Web SmartParking
https://github.com/thvroyal/hustparking
Last synced: 3 months ago
JSON representation
Front-end for Web SmartParking
- Host: GitHub
- URL: https://github.com/thvroyal/hustparking
- Owner: thvroyal
- Created: 2020-11-17T15:14:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T16:54:40.000Z (over 1 year ago)
- Last Synced: 2024-01-16T21:45:33.952Z (12 months ago)
- Language: JavaScript
- Size: 14.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hust Parking
Deploy smart parking interface for managers and clients
## Requirement
[NodeJS](https://nodejs.org/en/download/)Check version after install Node successfully:
```bash
node --version
```Check npm version:
```bash
npm --version
```## Installation
Open the terminal and clone [this](https://github.com/thvroyal/hustparking) project
```bash
git clone https://github.com/thvroyal/hustparking.git
cd hustparking
```
First, install this library ([link](https://www.npmjs.com/package/react-export-excel)):
```bash
npm i react-export-excel
```Then, run `npm install` to install others lib.
To run the project in `localhost`:
```bash
npm start
```
Open `http://localhost:3000` in your browser to see the website.