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 install
npm install
- Make a copy of
.env.example
and rename it.env
, adjust the database and SMTP credentials. php artisan key:generate
php artisan jwt:secret
docker-compose up
php artisan migrate
php artisan db:seed
npm run watch
php artisan serve
npm run prod
git push heroku master