Skip to content

kezzico/studentlink-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STUDENTLINK BACKEND

StudentLink is a tool for matching student's with potential roommates and landlords.

INSTALL

Studentlink uses a Python virtual environment.

To setup the virtual environment, change directory to the repo.

Create a virtual environment python -m venv venv

activate the virtual environment source venv/bin/activate

install the dependencies in requirements.txt pip install -r requirements.txt

DEVELOP

activate the virtual environment if you have not already. source venv/bin/activate

create an .env file cp env.sample .env

start the application python flaskapp.py

RELEASE

Submit a pull request from main to release to ship code to production.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages