NodeJS and React ticket buying web app - microservices with docker and kubernetes
Stars
2
Forks
1
Watchers
2
Open Issues
44
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Merge branch 'master' of https://github.com/ormeiry/microservices-ticket-app
0932222View on GitHubwrote show, index, update routes for tickets service. wrote tests for all routes, change some config on test setup file in order to get a ObjectId that works with mongoose when testing. configured ingress yaml file to work with the ticket-srv on cluster.
5f8ec82View on GitHubMerge branch 'master' of https://github.com/ormeiry/microservices-ticket-app
3cc137cView on GitHubsetting up the tickets service with dockerfile, deployment files, skaffold config, and initial service files
bf557cbView on GitHubcreated a custom NPM package to hold all code(such as middleware and errors) that will be commonly used by other services.
3fbb7f0View on GitHubBuilt the auth pages, setup custom request hook, setup getinitailporps function, built the header component
639936eView on GitHubinit React client with NextJS. wrote a Dockerfile, Kubernetes deployment and service config file, and a skaffold config for the client
d49c692View on GitHubsetup testing with jest, config testing to work well with ts. wrote tests for all auth routes
3d95a0aView on GitHubadded logic to all the auth routes. wrote and used custom middleware on existing auth routes. added a not authorized custom error
250c5e1View on GitHub