- POST /v0/post
- GET /v0/post?id
- PUT /v0/post?id
- POST /v0/upvote?id
- POST /v0/downvote?id
- GET /v0/topstories
pip install flask
pip install pymongo
running mongodb server on port 27017, no security
cd web
python app.py
docker-compose build
docker-compose up -d
Flask routes - doneGit tagsDocker file - doneDAL - doneDB structureUnit tests - doneDocker composeWilson score support for rankingMongoDB support- User login