Skip to content

josh-perry/postie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postie

A Reddit clone made for fun!

Features

  • User-created boards
  • Posts
  • Comment chains
  • User profile pages for viewing recent posting history

Screenshots

Home Post

Building and running

API

On startup the database (app.db) will be created if it doesn't already exist. If in development mode, it will also be seeded with random test data.

Frontend

Technologies

Postie.API

  • C# 8
  • ASP.NET Core
  • EF Core 5
  • Swagger
  • SQLite as backing store

Frontend

  • Vue
  • Axios

etc.

  • Auth0 for authentication