Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astenstrasser/bazar-api
https://github.com/astenstrasser/bazar-api
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/astenstrasser/bazar-api
- Owner: astenstrasser
- License: mit
- Created: 2021-09-13T20:49:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T13:39:50.000Z (about 3 years ago)
- Last Synced: 2024-10-19T01:15:27.145Z (3 months ago)
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API for [bazar app](https://bah-zar.herokuapp.com/)
## Setup
1. If you are running local DB, you can run mongo container locally with docker
```docker-compose up```
2. By default, the app is expecting the mongo container to be running on mongodb://localhost:27017. If you run on a
different URI, please set MONGODB_URI as environment variable.
3. Run
````mvn spring-boot:run````