Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from nik-john/add-swagger-json
Browse files Browse the repository at this point in the history
Add swagger json
  • Loading branch information
Franco Correa authored Oct 17, 2019
2 parents 0e306af + 90a2768 commit b329f73
Show file tree
Hide file tree
Showing 5 changed files with 2,996 additions and 8 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Your nonprofit can sub-domain it to your website like `chapter.sierraclub.org` o

You can use your own authentication tools. And all your user data will stay on your own server.

### API Specification

We use [Open API 3.0](https://www.openapis.org/about) to define the API structure of the application. You can see the full documentation with:

```bash
npm run speccy
```
Navigate to http://localhost:5000 to see API docs

### Terminology
To better communicate and more easily build an API and UI, we've decided on a collection of terminology to discuss about the Chapter project in a clear way:

- `organization` is one singular instance/deployment of Chapter. For e.g., Women who Code at the domain `chapter.womenwhocode.com`.
Expand Down
Loading

0 comments on commit b329f73

Please sign in to comment.