This repo was built for a YouTube tutorial.
Front-end:
npm install
npm run develop
- App will run on port
8080
Back-end:
npm install
npm run develop
- App will run on port
1337
- Go to http://localhost:1337/admin and create a new user.
- Follow the tutorial on YouTube to create events and categories that the front-end can display.
- Don't forget to allow get request permissions for events.