https://github.com/andre2l2/serving-now
https://github.com/andre2l2/serving-now
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/andre2l2/serving-now
- Owner: andre2l2
- Created: 2021-04-04T02:06:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T01:27:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T05:28:48.830Z (over 1 year ago)
- Language: TypeScript
- Size: 666 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SERVING-NOW
## About
Welcome to queue project! I create this project named electronic queue, for help all peoples when wait in queue. What you need to run this project? You need Node.js for run javascirpt, and mongodb, a database NoSQL.
## How you can run
```bash
npm install
npm run dev
```
## Env Example
```text
LOCAL="dev"
PORT=3000
MONGO_DB_URL="your_mongo_db_url"
```
## Demo