Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyshaheb/fullstack-ticket-sales-app
https://github.com/joyshaheb/fullstack-ticket-sales-app
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joyshaheb/fullstack-ticket-sales-app
- Owner: JoyShaheb
- Created: 2023-07-10T08:35:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T05:35:16.000Z (about 1 year ago)
- Last Synced: 2023-10-09T06:30:00.858Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://fullstack-ticket-sales-app.vercel.app
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This Project is under development
## Main Objectives of This Project
* To display my professional skills
## How to View this project
* [Live Deployment](https://fullstack-ticket-sales-app.vercel.app/)
* [To Test the API, use this Postman Documentation](https://www.postman.com/speeding-resonance-761807/workspace/fullstack-ticket-sales-api-documentation/overview)## Main Features of This Project
* Login Feature
* Payment feature
* tax information depending on different regions of the world
* Save/ Unsave feature
* different dashboards based on user roles
* Theme change feature
* QR Code generating feature## Technologies Used in This Project
### Frontend
* React, Typescript
* Redux, Tailwind css
* react router dom### Backend
* Express, nodejs
* MongoDB
* AWS S3 for storing images
* JWT for authentication
* Passport for authentication
* stripe for payment## ESLINT, Husky, Prettier setup
* [setup husky on custom directories](https://scottsauber.com/2021/06/01/using-husky-git-hooks-and-lint-staged-with-nested-folders/)
* [setup lint staged](https://www.npmjs.com/package/lint-staged)
* [setup lint staged tutorial](https://medium.com/@okonetchnikov/make-linting-great-again-f3890e1ad6b8#.8qepn2b5l)
* [husky setup example 1](https://github.com/webpilot-ai/Webpilot)
* [husky setup example 2](https://github.com/bchiang7/v4)