Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mununki/ratelink-backend_v2
RateLink backend with Prisma server + GraphQL API + Typescript + Docker
https://github.com/mununki/ratelink-backend_v2
Last synced: 29 days ago
JSON representation
RateLink backend with Prisma server + GraphQL API + Typescript + Docker
- Host: GitHub
- URL: https://github.com/mununki/ratelink-backend_v2
- Owner: mununki
- Created: 2018-12-23T16:40:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T16:16:16.000Z (over 5 years ago)
- Last Synced: 2024-04-24T03:22:05.000Z (9 months ago)
- Language: TypeScript
- Size: 336 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RateLink - Backend
## Target
### 1. Refactory the existing RateLink Backend with new tech stack.
> The existing backend(https://github.com/mattdamon108/RateLink-Backend)
1. Prisma Server (Docker)
2. GraphQL API (Graphql-Yoga)
3. Typescript### 2. New Backbone
1. Deploy the Prisma Server to AWS ECS + ECR
2. Deploy the GraphQL API to AWS Lambda## To-dos
- [x] Boilerplating (Prisma Server)
- [x] JWT authentication
- [x] Profile update
- [x] Rate reader & shower list & update
- [x] Rate list (w/ showers, date ranges)
- [x] Rate search
- [x] Query each field for autocomplete in front-end
- [x] Rate Mutation (create, update)
- [x] Query for charts
- [x] Client management (pagination with relay, input, edit)