a simple web-app for reminder, and events.
it consist of a django backend and a vue frontend .
the frontend connects to the backend api using axios.
the backend api was created using Django Rest Framework
- first create a virtual environment
python -m venv envpip install -r requirements.txt- change directory to backend/api/
python manage.py runserver
- change directory to frontend/vue
- run
npm i - run
npm run serve


