SideQuest is a mobile-first web application aimed at providing location-based micro-adventures. It is a tool for finding something to do when you are uninspired or simply bored and want to explore new places and events in your area. It uses geo-location or user input to determine a local radius and provides a list of quests to the user.
-
Clone the SideQuest repository
-
Install dependencies
npm install
cd server
npm install
cd ../client
npm install
- Add environment variables
- Create a
.envfile (based on the.env.examplefile) - Copy the
.env.examplefile to.env(server)cp .env.example .env
- Run the app
npm run dev
cd ../server
npm run dev
- Login with your user details or Create an account and you're all set to use the app!
- TypeScript
- React
- Express
- MongoDB (Mongoose)
- Tailwind CSS


