-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Dethe Elza edited this page Nov 14, 2018
·
4 revisions
This is the API project for Participedia, so-named because it was originally intended to just be an API server for a separate front-end project. Now it serves double duty by also serving up the templates for the front-end, simplifying things rather a lot.
- Getting Started New users start here
- Configuring Server What you'll need to define for your server to function and where to get those values
- Important Docs Pointers to docs for libraries we use
- Migrations Running migrations
- SQL for Anarchists Why and how we are using SQL directly and not a NoSQL database or an ORM.