Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Coding Jobs web app using Django Vue stack

License

Notifications You must be signed in to change notification settings

kylesinlynn/coding-jobs-django-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Jobs 💼

This project was inspired by Tutorial Series on Youtube.

Setup

coding-jobs-image-1

Prerequisites

  • some knowledge in Python >= 3.11 and pip

This project is constructed by combining Vue3, Bulma and Django.

Running

Since this project does not use setup script, we must have to do it manually.

  1. change one of the released branch and clone the git repository
  git clone https://github.com/kylesinlynn/coding-jobs-django-vue.git
  1. create a virtual environment for python using venv
  python -m venv venv
  1. install the required python packages
  pip install -r requirements.txt
  1. make migrations for database
  python manage.py makemigrations && python manage.py migrate
  1. run the Django test server and the server will be listening at 127.0.0.1:8000 by default
  python manage.py runserver

Troubleshooting

Create an issue upon your error that is associated with this project.

Contributing

Feel free to fork and create pull requests. Your contribution will be appreciated.

License

This project is licensed under BSD License.