https://github.com/wisehackermonkey/shellhacks_2020
our hackathon project for shellhacks 2020
https://github.com/wisehackermonkey/shellhacks_2020
Last synced: 3 months ago
JSON representation
our hackathon project for shellhacks 2020
- Host: GitHub
- URL: https://github.com/wisehackermonkey/shellhacks_2020
- Owner: wisehackermonkey
- License: mit
- Created: 2020-09-23T23:37:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T18:49:00.000Z (over 4 years ago)
- Last Synced: 2025-01-07T15:44:03.274Z (4 months ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shellhacks 2020
```
our hackathon project for shellhacks 2020
Created by
Oran C
Mythili
Peter
Vamsi
```
[](https://github.com/wisehackermonkey/shellhacks_2020/issues) [](https://github.com/wisehackermonkey/shellhacks_2020/stargazers)[](https://github.com/wisehackermonkey/shellhacks_2020/blob/master/LICENSE)

# Description
# install### Docker setup
```bash
docker build -t wisehackermonkey/mindmaper:latest .
docker run -it --rm -p 3000:80 --name mindmaper wisehackermonkey/mindmaper:latest
```
##### Deploy on gcp
```bash
sudo docker run -d --restart=always -p 3000:80 --network=host --name mindmaper wisehackermonkey/mindmaper:latestdocker run -d --name website --restart=always --network=host mindmaper
```
# Links