WorkWise is a job board where the back-end is developed with Django/Sqlite and the front-end is built with Vue/vite
- Python 3.x
- Django 3.x
- Clone the repository and run the project:
git clone https://github.com/tahersn/workwise.git python -m venv env source env/Scripts/activate cd worwise pip install python manage.py migrate python manage.py runserver