Eventify is a web application to create, find and enroll for events near you. This app was developed as a summer group project for Kyiv-Mohyla academy "Research Practice" course. Making use of up-to-date technologies like React-Router v6 and React 18.2.66 makes it easily maintainable fr the nearer future and compatible with the most recent NPM packages.
Used tools:
Feature | Tool |
---|---|
Map with events | react-leaflet 1.9.12 |
Chats | SockJS & StompJS |
Image upload | Cloudinary API |
Loaction name fetching | Radar API |
Graphs | material-tailwind 2.1.9 |
and others...
Use Maven to handle downloading the necessary dependencies and compile backend:
cd eventify-spring-boot
mvn spring-boot:run
Use the package manager npm to install dependencies and start frontend:
cd react-front
npm install
npm run dev
No active issues, but your pull requests with potential improvements are always welcome :)