nsarathy CS348 project
Travel Log application
Vue + Vite, Django, SQLite, Node.js
- Frontend: vue-frontend/
- Backend: django-backend/
- DB schema: django-backend/api/models.py
- SQLite prepared statements: django-backend/api/views.py
- Django ORM statements: django-backend/api/views.py
- DB indexes: django-backend/api/models.py
In command console
In your desired folder,
git clone https://github.com/nsarathy/TravelTrack.git
cd TravelTrack
- Install python in your device if not already installed.
- https://www.python.org/downloads/
- Install node.js in your device if not already installed.
- https://nodejs.org/en/download
- If python and node are installed:
python install.py
In TravelTrack/
python run.py
- First the command terminal will open to show local server status (DO NOT CLOSE this).
- Then the app will run for you to use!
- Please read LICENSE.md
- If you wish to fork this project or use any of the code for deployment please read through settings.py and any other file that may use placeholders for keys that cannot be public knowledge in case of deployment or production use so change them accordingly when necessary.