Skip to content

blackpandan/life-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

life-note

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

Alt Text

for development

Alt Text

Alt Text

for development:

  • first create a virtual environment

backend

  • python -m venv env
  • pip install -r requirements.txt
  • change directory to backend/api/
  • python manage.py runserver

frontend

  • change directory to frontend/vue
  • run npm i
  • run npm run serve

About

a simple web app for reminder, and events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published