An awesome full stack web app to plan trips, events, upload photos, and share with your friends!
View Demo
·
Report Bug
·
Request Feature
This full stack social media app allows users to create trips, add events to those trips, and upload photos to those events. Users can share their trips with friends and family, who can upload their own photos
Project features:
- An interactive client interface
- RESTful API
- Client-side and server-side data validation
- Data persistence
- User authentication
- User authorization
- Go
- Vue.js (Nuxt)
- Firebase
- Authentication, Firestore, Storage
- Unsplash
- We used Unsplash's API to provide free stock photos for our users trips
git clone [email protected]:kolbyrogers/Trippin.git
npm install
npm run dev
go run backend/cmd/main.go
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
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