Skip to content

gabrielgcbs/pystack_week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystack_week

Freelaway is a web application developed during the pystack week 3.0.

This application is a complete simple system where the admins can register freelance jobs and user can apply to them.

Freelaway allows the user to create an account and register for available freelance jobs. The user can also edit its profile, search and filter for jobs and submit files to each selected job.

The application is in Portuguese language (Pt-br)

Main tools used

  • Python
  • Django
  • SQLite
  • HTML
  • CSS
  • Bootstrap

Recomended

  • Python3, but python2 might work as well.
  • Venv

To install all dependencies of this project

Windows

python3 -m install -r requirements.txt

or

pip3 install -r requirements.txt

Linux

pip3 install -r requirements.txt

To run the server:

python3 manage.py runserver

Let's have a look at the current stage of the app! 🙋‍♂️

image
Sign-up page
image
Sign-in page
image
Profile
image
History of started jobs
image
Search jobs
! image
Job info

About

Freelaway is a web application developed during the pystack week 3.0.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published