Skip to content

Shumpei-Kikuta/rental_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

This application is the platform on which everyone can lend or borrow everything under the given procedure, intended on students attending the University of Tokyo.
It is created to solve the problem that students have to buy textbook just for exam and want to utilize books which does not be used for a while.<br?

Setup

Database

It is necessary to prepare the postgreSQL database named "web_eng".
If the database is to be installed, please follow the formal documentation. Here.https://www.postgresql.org/docs/

Virtual Environment

It is necessaty to create the virtual environment specialized in this application.
In order to set it, execute the following command.
python -m venv web_eng
To activate this environment, execute this.
source web_eng/bin/activate

Install some tools

This application requires some packages.
Using this one, it is necessary to execute the following command.
pip install -r requirement.txt

Run server

To run this application, two operations are needed.
First, run the database server.
How to run the database server is documented what mentioned before.
Second, run the flask server.
What you have to do is exercute the following commnad.
flask run

About

本のレンタルプラットフォームアプリ(Flask, HTML, CSS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published