cwilvx / be-social-api

A social media API built using Flask and MongoDB.

Home Page:https://be-social-be.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

B-social backend

This is a social media backend API built using Flask, Flask Restful and PyMongo.

Setting up locally

# for ssh users
$ git clone git@github.com:geoffrey45/be-social-be.git
# for HTTPS users
$ git clone https://github.com/geoffrey45/be-social-be.git
$ cd be-social-be
# install dependencies
$ pipenv shell
$ pipenv install --dev
$ chmod a+x start.sh
# rename start.sh.example to start.sh and edit the configs
$ ./start.sh

About

A social media API built using Flask and MongoDB.

https://be-social-be.herokuapp.com


Languages

Language:Python 100.0%