Skip to content

davutkulaksiz/Online-Message-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CADDIT

It's an online message board like Reddit made by Flask and SQLAlchemy.

  • I use a database to store all the data.
  • The passwords are hashed in this database.

Content

  • Registered members can submit content to the site under different categories and they can comment on other posts.
  • It has different categories that users can post -like subreddits-
  • Users can customize their profiles and add their social media accounts

APIs

  • GET /api/post ---> returns the last 10 posts as JSON
  • GET /api/category ---> returns category lists and their slugs as JSON
  • GET /api/post/ ---> returns the post given by id and its comments
  • GET /api/category/ ---> returns the posts of given category
  • GET /api/user/ ---> returns the given user's public information

Made by

python flask bootstrap

Check My Other Projects

About

It's an online message board like Reddit made by Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published