Skip to content

brighamandersen/no-end-insight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No End Insight

An online social media platform for sharing uplifting insights! Only the front-end (HTML and Bootstrap CSS) was completed for school, and I've since hooked it up with a back-end with live data as a fun side project!

Feed Screenshot

New Post Screenshot

Profile Screenshot

Login Screenshot

Register Screenshot

Installation

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
touch .env

Make sure to fill .env with correct contents (see .env.example).

Virtual environment commands

Create virtual environment

python -m venv .venv

Activate virtual environment

source .venv/bin/activate

Deactivate virtual environment

deactivate

Update requirements.txt with currently installed dependencies

pip freeze > requirements.txt

Install dependencies listed in requirements.txt

pip install -r requirements.txt

Usage locally

python app.py

Deploying to Production

cd path/to/repo
./deploy/deploy.sh

TODO

  • Put auth behind middleware for better reuse and separation of concerns.

About

A website for insight sharing, so that users can gain knowledge by hearing others insights, and retain/deepen knowledge by sharing their own! Essentially a virtual companion study.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors