https://github.com/ajaysinghj8/rubyles-previous
https://github.com/ajaysinghj8/rubyles-previous
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaysinghj8/rubyles-previous
- Owner: ajaysinghj8
- License: gpl-3.0
- Created: 2019-06-22T20:24:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T02:20:45.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T02:27:45.044Z (4 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubyles
## Running Locally
As long as Docker and Docker Compose are already setup, all you have to do is:```
docker-compose up -d# Start API and frontend
docker-compose exec api npm start
docker-compose exec web npm start# Run tests
npm test
```WEB: http://127.0.0.1:3001
API: http://127.0.0.1:8080