https://github.com/shsamariddin/classified-advertisements
https://github.com/shsamariddin/classified-advertisements
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shsamariddin/classified-advertisements
- Owner: ShSamariddin
- Created: 2023-05-11T10:56:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T15:03:56.000Z (about 3 years ago)
- Last Synced: 2025-02-01T21:12:08.528Z (over 1 year ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# classified-advertisements
## install
``` bash
bash install.sh
```
## Run
1. To get started, run Docker and execute the following command.
>```bash
>docker-compose up
>```
2. Connect to DB
3. run migrations
>```bash
>bash run_migrations.sh
>```