https://github.com/arham09/award
https://github.com/arham09/award
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arham09/award
- Owner: arham09
- Created: 2023-03-13T02:19:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T02:27:31.000Z (over 3 years ago)
- Last Synced: 2025-03-11T14:44:37.497Z (over 1 year ago)
- Language: JavaScript
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Award Web
Award web for member id technical test, build with expressJS, reactJS and postgreSQL
## Requeirement
please make sure Docker & docker-compose is already installed if you want it to run via docker-compose or nodejs and postgresql if you want to run it manually
## Deployment
To run this project via docker
```bash
docker-compose up
```
To run this project via nodejs
```bash
$run backend
cd api-services
cp .env.example .env
npm install
npm run migrate
npm run seeds
npm run start:local
$run frontend
cd award-web
npm install
npm run start
```
## Access
you can access the services by
```bash
$access backend
http://localhost:8000
$access frontend
http://localhost:3000
```