Skip to content

Platform for creating, exploring and signing up for events. React frontend & Spring Boot backend

Notifications You must be signed in to change notification settings

maxlshk/Eventify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Eventify

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...

Installation

Terminal 1

Use Maven to handle downloading the necessary dependencies and compile backend:

cd eventify-spring-boot
mvn spring-boot:run

Terminal 2

Use the package manager npm to install dependencies and start frontend:

cd react-front
npm install
npm run dev

Issues

No active issues, but your pull requests with potential improvements are always welcome :)

image image image

About

Platform for creating, exploring and signing up for events. React frontend & Spring Boot backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.5%
  • Java 22.0%
  • CSS 1.7%
  • SCSS 1.4%
  • JavaScript 1.3%
  • HTML 0.1%