Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

7047CEM-Group-Project

This is the repository for 7047CEM - Software Development Project for Group 4. This project's goal is to create a full-stack web application using the Agile methodology. The application developed is a Car Rental Service called U-Drive.

Deployed Website URL

https://u-drive-7047cem.herokuapp.com/

Languages used in this project:

Back End Front End Database
Flask HTML SQLAlchemy
CSS
Javascript

How to run application

-Using PyCharm select to open the folder with this project.
-Make sure python is installed on the machine
-Install all packages described below for the python interpreter selected
-Right-click the file 'run.py' and select Run
-Then click on the address that appears on the PyCharm terminal and the application will open on the browser!
-Database can be open with any SQLite database manager (like DB Browser for SQLite)

Packages that need to be installed in the Python Interpreter

-Flask
-Flask-Bcrypt
-Flask-Login
-SQLAlchemy
-Flask-SQLAlchemy
-Flask-WTF
-WTForms-SQLAlchemy