Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samkhawase/postgrest-demo
Implement a RESTful API service using PostgREST and secure it with Auth0 Social Login!
https://github.com/samkhawase/postgrest-demo
auth0 postgresql postgrest
Last synced: 13 days ago
JSON representation
Implement a RESTful API service using PostgREST and secure it with Auth0 Social Login!
- Host: GitHub
- URL: https://github.com/samkhawase/postgrest-demo
- Owner: samkhawase
- Created: 2020-02-27T14:04:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T20:45:07.000Z (over 4 years ago)
- Last Synced: 2024-11-18T07:20:34.170Z (3 months ago)
- Topics: auth0, postgresql, postgrest
- Language: TSQL
- Homepage: https://samkhawase.com/blog/postgrest_introduction/
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgrest-demo
Implement a RESTful API service and secure it with Auth0 Social Login, in an hour!
## Design Rationale
The following series of bite-sized posts explain the design rationale behind the project:
1. [Part 1: Introduction to PostgREST](https://samkhawase.com/blog/postgrest/postgrest_introduction/)
2. [Part 2: Configuring the Database](https://samkhawase.com/blog/postgrest/postgresql_db_and_entities/)
3. [Part 3: Configuring the PostgREST service](https://samkhawase.com/blog/postgrest/postgrest_rest_service/)
4. [Part 4: Adding Authentication](https://samkhawase.com/blog/postgrest/postgrest_auth0_service/)
5. [Part 5: The Final App - testing the setup](https://samkhawase.com/blog/postgrest/postgrest_ios-app/)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details