StackOverFlow lite project is a python project in flask where users can signup, login, post questions, view their questions , delete the questions and post an answer to the question worked on the development branch
1.Clone git clone https://github.com/gorretgolden/StackOverliteExam
2.Create a virtual environment py -m venv venv
install requirements
pip install requirements.txt file
set up the environemt varriables
- windows set FLASK_APP=stackoverflow
- windows set FLASK_ENV=development
And Start up the Flask server
flask run http://127.0.0.1:5000/