A small ActivityPub server.
Go to file
Shadowfacts 541e329dc4
Add user route
2019-09-30 22:26:08 -04:00
assets Initial commit and DB schema 2019-09-28 18:30:55 -04:00
config Add actors/fetching 2019-09-29 18:30:59 -04:00
lib Add user route 2019-09-30 22:26:08 -04:00
priv Add followers field to actors 2019-09-30 19:20:00 -04:00
test Initial commit and DB schema 2019-09-28 18:30:55 -04:00
.formatter.exs Initial commit and DB schema 2019-09-28 18:30:55 -04:00
.gitignore Add actors/fetching 2019-09-29 18:30:59 -04:00
README.md Initial commit and DB schema 2019-09-28 18:30:55 -04:00
mix.exs Add actors/fetching 2019-09-29 18:30:59 -04:00
mix.lock Add actors/fetching 2019-09-29 18:30:59 -04:00

README.md

Clacks

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more