Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 730 Bytes

README.md

File metadata and controls

49 lines (23 loc) · 730 Bytes

Website Main webpage

🤝 Roomie

Find the perfect room-mate that you want

💻 Tech Stack

  • Client: HTML,CSS, JavaScript, Jinja2

  • Server: Python, Flask framework, SQLite database

  • Cloud Service Provider: Linode

Deployment

To deploy this project run

pip3 install -r requirements.txt

Then to deploy run

  gunicorn -w main:app

Using the site

To run , run the following command in your browser

127.0.0.1:5000