Devent is an Eventbrite-like website for creating and managing local events, letting people register to them and be reminded of them by email a few days before it takes place.
You can access the website on heroku
You can find the backend API documentation here
composer installnpm install
- Make a copy of
.env.exampleand rename it.env, adjust the database and SMTP credentials. php artisan key:generatephp artisan jwt:secret
docker-compose upphp artisan migratephp artisan db:seed
npm run watchphp artisan serve
npm run prodgit push heroku master