项目作者: geoffrey45

项目描述 :
(Work in progress) an educational social network for my campus
高级语言: Python
项目地址: git://github.com/geoffrey45/be-social-be.git
创建时间: 2020-12-22T21:28:02Z
项目社区:https://github.com/geoffrey45/be-social-be

开源协议:

下载


B-social backend

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

Setting up locally

  1. # for ssh users
  2. $ git clone git@github.com:geoffrey45/be-social-be.git
  3. # for HTTPS users
  4. $ git clone https://github.com/geoffrey45/be-social-be.git
  5. $ cd be-social-be
  6. # install dependencies
  7. $ pipenv shell
  8. $ pipenv install --dev
  9. $ chmod a+x start.sh
  10. # rename start.sh.example to start.sh and edit the configs
  11. $ ./start.sh