Ready to run in production? Please check our deployment guides.
- Here's the RESTful(ish) Poaster
API Documentation
.
- Install Dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix server with
mix phx.server
, server is available athttp://localhost:4000
- Create yourself a user
- Check if the username you want for your persona is available
- Make a call to get your user profile
- Create yourself a persona (all posts are done under personas)
- Mess around with updating your persona
- Create a secondary user
- Create the secondary user a persona
- Follow That Persona!
- Create your first poast (COMING SOON)