Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.07 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.07 KB

Loqua

Sneakpeak of the project

Screenshot (22).png

Screenshot (23).png

Screenshot (24).png

Screenshot (25).png

Screenshot (27).png

Setup Guide

Virtual Environment Setup

Install Virtualenv:

pip install virtualenv

create a virtual Environment in the terminal / command prompt using the below command:

virtualenv loqua

Activate the Virtual Environment using below command:

loqua\Scripts\activate

Deactivate Virtual Environment:

deactivate

Install Dependencies

pip install -r requirements.txt

Spin up the local server

you can start the app on the local server by running the “app.py” file

py app.py

the local server starts on port 5000