Skip to content

dylanl/moot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moot

The social media platform with a minimum length.

Moot is a post-oriented social media platform akin to Twitter, but with a twist: a minimum length limit for posts!

Compiling SCSS:

npm i -g scss
sass --watch static/scss/style.scss:static/css/style.css

.env Values:

OAUTH_URL=<>
CLIENT_ID=<>
CLIENT_SECRET=<>
BASE_URL=<>
DB_DSN=postgres://root:password@127.0.0.1:5432/moot

About

The social media platform with a minimum length

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 61.8%
  • HTML 27.3%
  • SCSS 10.3%
  • Dockerfile 0.6%