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).
- Host: GitHub
- URL: https://github.com/wms784/muit-travel
- Owner: WMs784
- Created: 2022-08-31T12:01:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T12:36:50.000Z (almost 4 years ago)
- Last Synced: 2025-10-12T14:44:42.389Z (9 months ago)
- Topics: api, django, docker, nextjs, react
- Language: JavaScript
- Homepage: https://muit-travel.vercel.app/
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/