- A multiplayer-game, which simulates the working of lifts.
2024-03-10.21-39-14.mp4
- Golang (w/ gorilla Mux)
- Mongodb
- React Native
-
Clone the project locally with
git clone https://github.com/ivinayakg/go-lift-simulation-fullstack.git
-
Setup Local DB
- You need
Docker Desktop
installed for this on your system. check here - Once verified, open your
Docker Desktop
and keep it running in the background. - Run the following command from the repo terminal
docker-compose -f docker-compose.yml up
- If you want it to be running in the background add the
-d
flag.docker-compose -f docker-compose.yml up -d
- You need
-
Setup packages
- Frontend
cd client yarn
- Backend
cd api go mod tidy
- Frontend
-
Run Local
- Frontend.
cd client yarn dev
- Backend
cp api go run .
- Frontend.
- Coming soon...
- You can reach out to me for discussion or help. (Please keep things professional and straight, don't waste my time)
- Discord:
ivinayakg
- Email:
[email protected]