It's a web application where anybody can find a new sport buddy and sport events close to his/her area. The User has the possibility to create own event in every listed sport. Events are customizable, meaning you can create an event that best fits your needs. The app allows users to visualize events without the need of login. Events can be filtered by sport and date.
-
Fork the repo and clone your fork to your development environment
-
Navigate to the server folder and run
npm install
in your terminal to install dependencies. Then simply runnpm start
to get the backend running. You should be greeted withserver listening on
http://localhost:8000` -
In a second terminal navigate to the client folder and run
npm install
in your terminal to install dependencies. Then simply runnpm start
to get the react frontend running. You should see the app open up in your browser athttp://localhost:3000
- the default react port. -
The app is running :-)
- TypeScript
- Sequelize
- Postgres
- GraphQL
- JWT
- React
- Cover all forms validation
- Cover notification with bad internet connection
- Add needed tables to cover future functions
- Unit testing for easy implementation new features
- Add friends feature(upcoming soon)
- Send messages to other users
- Enable discussion inside event details
- Possibility create groups and teams
- Notification to others users
- Enable set users favourite sports
- allow event payment thru the app.
- Ricardo D Alvarez ⚽️
- David Kerekes 🏀
- Adrian Margos 🏄♂️
- Martin Rodl 🎾