This README is under construction.
This README is just a fast quick start document. We are currently working on a more permanent documentation page.
This project is part of the course Software Engineering (2023) created by students of the Department of Computer and Information Science. Faculty of Applied Science, Year 2, King Mongkut's University of Technology North Bangkok.
Member in team : 'Movie Ticket Reservation'
- 👩 6504062630022 Ms.Kittima Phaengphairee
- 👨 6504062630111 Mr.Nattanun Fathorkran
- 👨 6504062630138 Mr.Thanitsak Sakulrutsameehirun
- 👨 6504062630162 Mr.Pongsatorn Rodngern
- 👨 6504062630227 Mr.Manonat Thanachotpongsa
- 👨 6504062630251 Mr.Wachirasorn Termrattanasuwan
- react-router-dom: For managing routes in a React application.
- Ant Design (antd): A UI framework for React with beautiful and easy-to-use components.
- axios: For making HTTP requests in JavaScript.
- redux: For managing state in a React application.
- react-redux: Facilitates the integration of Redux with React.
- @reduxjs/toolkit: Toolkit for faster and more convenient Redux development.
- moment: Library for handling dates and times in JavaScript.
- react-stripe-checkout: Stripe payment gateway for React.
- express: A web application framework for Node.js, used for building web applications and APIs.
- mongoose: MongoDB object modeling for Node.js, simplifying data handling and schema creation.
- jsonwebtoken: Library for generating and verifying JSON Web Tokens (JWTs) for secure data transmission.
- bcryptjs: Library for securely hashing passwords, commonly used for user authentication.
- dotenv: Loads environment variables from .env files into process.env, simplifying configuration management.