Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/hitas
https://github.com/city-of-helsinki/hitas
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/city-of-helsinki/hitas
- Owner: City-of-Helsinki
- License: mit
- Created: 2022-06-07T09:35:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:35:55.000Z (about 2 months ago)
- Last Synced: 2024-10-29T09:56:10.388Z (about 2 months ago)
- Language: Python
- Size: 5.25 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hitas
## Setting up the environment
Run `docker-compose up --build --detach` or `make up` if [Make] is installed.
After that the environment is up with following accesses:
* Access Hitas frontend from [localhost:8081](http://localhost:8081).
* Access Hitas backend API from [localhost:8080/api/v1](http://localhost:8080/api/v1)
* Access Django admin from [localhost:8080/admin](http://localhost:8080/admin). Default username/password `hitas`/`hitas`
- Access OpenAPI documentation from [localhost:8090](http://localhost:8090)
- Access PostgreSQL from [hitas:hitas@localhost:5432/hitas](postgres://hitas:hitas@localhost:5432/hitas)[Make]: https://www.gnu.org/software/make/