StackOverflow-lite is a platform where people can ask questions and provide answers
1. Users can create an account and log in.
2. Users can post questions.
3. Users can delete the questions they post
4. Users can post answers
5. Users can view the answers
6. Users can accept an answer out of all the answers to his/her queston as they preferred answer
git clone https://github.com/Gidraf/Stackoverflow-lite.git
pip install -r requirements.txt
python run.py (run app)
$ pytest
Method | Endpoint | Functionality |
---|---|---|
POST | /questions |
post a question |
GET | /questions |
get questions |
GET | `/questions/ | get specific question |
question_id` | ||
PUT | questions/1 |
edit question |
DELETE | questions/1 |
Delete question |