Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/city-of-helsinki/hitas


https://github.com/city-of-helsinki/hitas

Last synced: about 1 month ago
JSON representation

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/