This is a standard project to showcase usage of tech stack to create a basic ticketing application.
- Typescript - typing inference
- Node - code execution runtime.
- Express - server implemenation for node
- Express-Session - user session package to utilize with express
- React - Javascript framework to build UI
- Sequelize - SQL API to use with node to more easily utilize SQL implementations
Ensure that you have the following installed to use
- Node.js 20 (work in progress)
To run this project run the following command
npm run quickstart
To deploy this project there are a few steps you need to take
(work in progress)