- Meetup is a React-Django web application that allows users to save and add their favorite events.
- The backend can be found here.
- The main backend branch uses the Django framework for the backend while the backend branch uses Firebase.
- In
django-meetup > backend
, runpython manage.py runserver
- In
meetup > src
, runnpm start
- Go to
localhost:3000
in your browser