A venue booking website built with MERN (MongoDB, Express, ReactJS, NodeJS) tech stack.
Includes features such as:
- Account Creation and Login
- Complete process of a booking system
- Authentication and Authorization
- Admin and User Layouts and Pages
Programming languages, technologies, tools, and databases used from initial planning and during the creation of the website.
- ReactJS
- TailwindCSS
- TypeScript
- ExpressJS
- NodeJS
- MongoDB
- Mongoose
- Postman
- Obsidian
npm create [email protected]
npm create vite@latest
cd frontend
npm install
npm run dev
npm run server