Skip to content

A platform for finding dormitories for customer and posting for dorm's provider

2110366-2566-2/HorHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HorHub - The best hub to find hor

A platform for finding dormitories for customer and posting for dorm's provider.

This is a part of Software Engineering II (2/2023) [Group 7]

Tech Used

  • Langauge: TypeScript (Both Frontend and Backend)
  • Frontend: React
  • Styling: Tailwind CSS
  • Backend: Node.js (Express & Socket.io)
  • ORM: Prisma
  • Database: MongoDB
  • File Storage: Firebase Storage

Installation

Frontend

  • Direct to frontend directory
cd frontend
  • Install packages
npm install
  • Create environment file in frontend directory
  • Start the frontend (for developing)
npm start

Backend

  • Direct to backend directory
cd backend
  • Install packages
npm install
  • Create environment file in backend directory
  • In case there is no nodemon installed, you can use nodemon to run the backend
npm install -g nodemon
  • Generateting prisma client
npx prisma generate
  • Start the backend server (for developing)
nodemon index.ts

About

A platform for finding dormitories for customer and posting for dorm's provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9