Skip to content

Final Project in module "Software Engineering" from National Program IT Career, passed with a grade of 6.00

License

Notifications You must be signed in to change notification settings

mmanchev23/rentomatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rentomatic

Final Project in module "Software Engineering" from National Program IT Career

Technologies

  • Programming Languages - HTML 5, CSS 3, Javascript and Python 3
    HTML5 CSS3 JavaScript Python
  • Frameworks - Django, Django REST Framework, Swagger, Postman and Bootstrap
    Django Django REST Framework Swagger Postman Bootstrap
  • Databases - SQLite 3
    SQLite3
  • Version Controll Systems - Git and Github
    Git GitHub
  • Cloud Application Platforms - Heroku
    Heroku
  • IDEs - Visual Studio Code
    Visual Studio Code

How to start the project locally?

  1. Install Python
  2. Open the folder with the project inside and run the following commands in a virtual environment:
    1. pip install -r requirements.txt
    2. python manage.py makemigrations
    3. python manage.py migrate
    4. python manage.py runsslserver

Files & Directories

  • api - API application directory
  • app - app directory
  • rentomatic - main project directory
  • static - static files directory
  • .gitignore - git ignore file
  • db.sqlite3 - database file
  • LICENSE - license file
  • manage.py - startup file
  • Pipfile - python virtual environment file
  • Pipfile.lock - python virtual environment lock file
  • Procfile - deployment file
  • requirements.txt - required packages file

About

Final Project in module "Software Engineering" from National Program IT Career, passed with a grade of 6.00

Resources

License

Stars

Watchers

Forks

Languages