Our goal is create game for real world and give opportunity to fans of old game "Hide and Seek" to try themself in real world.
Demo video:
In our app we used following technologies:
- Ionic (Angular + Cordova)
- Node.js (Express)
- Pusher
- MongoDB
At the end we were deployed our app on Firebase and Heroku.
So you need first clone this repo.
We separated app on backend part and frontend part.
On the backend you can locally run API with the following commands:
cd HideNSneak.Api- (Optional) you need setup .env file
npm installnpm start
On the frontend you can locally run UI with the following commands:
cd HideNSneak.UI- (optional) you need setup
./src/environments/evironment.ts npm installnpm run ionic:add:android- (optional)
npm run ionic:prepare:android npm run ionic:run:android
If you want to run app in browser, you can run npm start or npm run dev.
