https://github.com/hunga9k50doker/setail
https://github.com/hunga9k50doker/setail
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hunga9k50doker/setail
- Owner: Hunga9k50doker
- Created: 2023-04-05T10:17:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T11:07:30.000Z (over 1 year ago)
- Last Synced: 2025-02-05T08:28:39.858Z (4 months ago)
- Language: JavaScript
- Homepage: https://setail.onrender.com
- Size: 29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setail
### Account admin (view only): admin/123123
### To access to admin page, you can access to router: ```/admin```
## Setup:
- clone git: ```git clone https://github.com/Hunga9k50doker/setail.git```
- install modules:
client: ```cd frontend && npm install --legacy-peer-deps```,
sever: ```cd backend && npm install```
- run app:
client: ```npm start```,
sever: ```npm run dev```