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

https://github.com/wms784/muit-travel

This product is built in intern of MUIT(3days).
https://github.com/wms784/muit-travel

api django docker nextjs react

Last synced: 3 months ago
JSON representation

This product is built in intern of MUIT(3days).

Awesome Lists containing this project

README

          

# muit-travel

三菱UFJインフォメーションテクノロジー「新規事業創出ハッカソン」

## frontend
```
docker-compose run --rm frontend npm install
```

## backend
backend/.env
```
SECRET_KEY=xxxx
DEBUG=True
```

## start containers
```
docker-compose up -d
```
* frontend
* http://localhost:3000/
* backend
* http://localhost:8000/