Submission to YYC hacks 2022.
This is a web application that allows tourists, and people who are new to downtown Calgary, to explore, and see new things, and make the most of their time downtown.
- React
- Bootstrap
- Vite
- Go
- SQL Database
Build this project as a Monorepo.
You can put your project under those directories.
├── api
├── app
├── backend
├── frontend
- api: for api specification.
- app: mobile app application project.
- backend: backend service project.
- frontend: frontend project.
Create Migration:
migrate create -dir migrate -ext sql [schema_name|alter_name]
Create Golang XO:
xo schema mysql://user:pass@host:port/Attractech -o model