Student jobs app
A platform for students to find jobs/internships. The website allows a student to find a job or an internship that is relevant to their major. The jobs can be organized according to a few filters, such as experience needed and location.
Frontend | Backend | Datebase |
---|---|---|
HTML | Python | SQLite |
CSS | Django | |
JavaScript | Vagrant | |
Bootstrap |
- Install Vagrant and VirtualBox/VMWare hypervisor.
- Clone beyond-os-06-group-3 repository.
https://github.com/redhat-beyond/beyond-os-06-group-3
- Open any terminal and navigate to the project directory.
- Run the
vagrant up
command. - Use any browser and navigate to -
localhost:8000
.