Questioner is a platform that allows users to crowd source ideas for meetups
[https://www.pivotaltracker.com/n/projects/2238740]
- Python3
- Flask
- Flask restful
- Postman
- Postgres
Clone this repository [(https://github.com/MaggieKimani1/QUESTIONER-API-V2.git)]
Navigate to the cloned repository
cd Questioner-API-v2
Create a virtual environment
virtualenv -p python3 venv
Activate the virtual environment
source venv/bin/activate
Install git
sudo apt-get install git-all
Switch to 'develop' branch
git checkout develop
Install requirements
pip install -r requirements.txt
Run the application
python run.py
Run this command on the terminal
pytest --cov=app
Endpoint | Functionality |
---|---|
POST/auth | Allows a User to create an account |
POST/auth/login | Allows a user to login |
MAGGIE KIMANI
This project is licensed under the MIT license.