This project was inspired by Tutorial Series on Youtube.
- some knowledge in
Python >= 3.11
andpip
This project is constructed by combining Vue3, Bulma and Django.
Since this project does not use setup script, we must have to do it manually.
- change one of the released branch and clone the git repository
git clone https://github.com/kylesinlynn/coding-jobs-django-vue.git
- create a virtual environment for python using
venv
python -m venv venv
- install the required python packages
pip install -r requirements.txt
- make migrations for database
python manage.py makemigrations && python manage.py migrate
- run the
Django
test server and the server will be listening at 127.0.0.1:8000 bydefault
python manage.py runserver
Create an issue upon your error that is associated with this project.
Feel free to fork and create pull requests. Your contribution will be appreciated.
This project is licensed under BSD License.