-
Notifications
You must be signed in to change notification settings - Fork 0
Continuous Integration
Hanna Nekhniadovich edited this page Dec 1, 2018
·
5 revisions
- We use Travis CI to run tests and for automated deployment
- PRs and push events to feature branches trigger 2 sequential builds
- Django/API tests (Python 3.6 runtime)
- UI tests (Node.js runtime)
- After passing all checks and approval from at least 1 reviewer, PRs are merged into master followed by deployment to heroku
- gunicorn WSGI server
- WhiteNoise to serve static assets
- heroku-postgres db backend
add a comment
Overview
Make It Happen
Features
- Register/Login
- Create/Delete Event
- Join/Leave Event
- View Event Attendees
- User/Attendee Profile
- Event Map
- Commenting
- Edit Profile
CI/CD