k-t-corp / pill-city

A social network reminiscent of Google+ with enhancements
MIT License
31 stars 3 forks source link
flask mongodb python react social-network typescript web

pill-city

A social network reminiscent of Google+ with enhancements

Prerequisites

  1. Open the project in VSCode using devcontainer

  2. Prepare environment files

    cp .example.env .env
    cp ./web/.env.development ./web/.env.development.local
  3. Setup AWS for development

Run

overmind s

The API will be running at localhost:5000

Dump dummy data into server

Make sure you have the server running

make dev-dump

Use ID kele and password 1234 to log in

Run the web UI

See README for web

Run unit tests

make test

Run API database schema migration

Make sure you have the API running

make dev-release

Security

Please send security findings to admin@ktachibana.party.