Eventify
An application used to find events/concerts within your area and connect with fellow event enthusist, built with:
- React
- Vite
- JavaScript
- NodeJS
- ExpressJS
- MongoDB
- Tailwind CSS
- Utilzing the Seat Geek API
This project is hosted on Heroku, Please check it out here: https://eventify-website-aff96f77a3cf.herokuapp.com/
Coming soon...
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server (locally):
To start backend
server run:
npm run backend
and go to localhost:3000
then to start the frontend
server, run:
npm run frontend
and go to localhost:5173
:
To do an producion build you can run npm start
to launch both the frontend and backend and visit:
localhost:3000/
- As a music fan, I want to be able to look up local events happening in my area, so that I can create a wishlist of events I wish to attend
- As a concert lover, I want to be able to see who is attending a nearby event in my area so that I can find potential groups of folks to go with and experience it together
- As a hiring manager, I want to be able to see how your code can produce a working solution/product that solves a real-life problem so that I can potentially add you to my team of engineers.
This is a 1 week long project built during my Unit 4 phase at General Assembly Software Engineering Immersive as a Fellow. Project goals included using all technologies learned up until this point and familiarizing myself with documentation for new features to showcase a capstone project for graduation.
- Fix pagination issue
- add mapbox API
- convert to TS
- integrate AWS services