A mobile-first web app to create, track, and manage events.
Report Bug
·
Request Feature
Table of Contents
I created FlyBy Events as a prototype for a mobile-first web app where users can register, create events, invite guests, and track each others' events.
FlyBy Events was created as my solo project at Prime Digital Academy.
This project has given me a great understanding of my own ability to learn and refine my skills, and push through challenges and app-breaking bugs with curiosity rather than anger or frustration. FlyBy is a very long way from being a viable consumer app, but is a functioning prototype that I am proud of.
A deployed version of this app can be accessed here.
This app was developed in node.js version 18.12.0. I can't guarantee functionality for any older versions of node.
- Clone the repo
git clone https://github.com/ozzythecoder/flyby-events-solo-project.git
- Install NPM packages
npm install
- Create a
.env
file and enter a randomized session keySERVER_SESSION_SECRET = << RANDOM SESSION KEY HERE >>
- Start your Postgres server and create a database under the name
flyby-events-app
- Build the database from the queries listed in
database.sql
- Spin up your backend server
npm run server
- Run your frontend client – this will navigate you to
localhost:3000
npm run client
If this is your first time using the app, register with a username, password, email, and phone number.
Use the hamburger menu to navigate through the app.
Create an event by filling out the required fields and confirm the details.
You can edit and delete the event, and invite guests, from the event detail page. If your event is marked as public, the URL will be accessible to anyone, whether they have a FlyBy account or not. Visibility of private events is limited to the host and any invited guests.
Guests can add events, as well as subscribe to events. This is functionality for a future subscription feature, which will allow guests to receive text/email updates when event details change.
Potential future updates include:
- Archive events
- Server-side filtering
- Profiles
- Comments section for events
- Fully implemented text & email notifications
See the open issues for a full list of known issues, or to suggest a new feature.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated, with the understanding that I am a student and this was mainly created as a learning opportunity for myself.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
August McAllister - [email protected]
Project Link: https://github.com/ozzythecoder/flyby-events-solo-project
Thank you to:
- The Shawl cohort family at Prime Coding Academy
- My instructors Dane, Key, Liz, and Kris
- My family, friends, and partner