Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 928 Bytes

README.md

File metadata and controls

52 lines (42 loc) · 928 Bytes

Venue Booking Website (WIP)

A venue booking website built with MERN (MongoDB, Express, ReactJS, NodeJS) tech stack.

Table of Content

Features

Includes features such as:

  • Account Creation and Login
  • Complete process of a booking system
  • Authentication and Authorization
  • Admin and User Layouts and Pages

Technologies and Tools

Programming languages, technologies, tools, and databases used from initial planning and during the creation of the website.

Frontend

  • ReactJS
  • TailwindCSS

Backend

  • TypeScript
  • ExpressJS
  • NodeJS
  • MongoDB
  • Mongoose
  • Postman

Documentation

  • Obsidian

Notes

How to create react-frontend

npm create [email protected]
npm create vite@latest

How to run frontend

cd frontend
npm install
npm run dev

How to run backend server

npm run server