Skip to content

It is a booking web application. User can browse, search for hotel with their specific requirements and browse rooms of individual hotel. And check if the room is available for booking and then book. User can sign up with fake mail (There is not any confirmation system during sign up)

Notifications You must be signed in to change notification settings

asynctushar/spothotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN E-COMMERCE APPLICATION

Hi! My name is Tushar Biswas, I have developed this hotel booking application.

Install Dependencies

For Backend - npm i

For Frontend - cd frontend npm i

Env Variables

Make Sure to add appropriate variables (create "config.env" file in "./backend/config" directory and ".env" file in "./frontend" directory) in order to use the app.

Backend variables

I've added "config.env.sample" file in "./backend/config" folder. Just rename it to "config.env" and add the remaining vaiables.

Frontend variables

I've added "env.sample" file in "./frontend" folder. Just rename it to ".env" and modify the remaining vaiables.

For deployment in production

If you want to deploy the application in production then make sure to build the frontend with "npm run build" command at "./frontend" directory. And finally put all the vairables from "./backend/config.env.sample.production" to the environment variable fields & fill the value.

About

It is a booking web application. User can browse, search for hotel with their specific requirements and browse rooms of individual hotel. And check if the room is available for booking and then book. User can sign up with fake mail (There is not any confirmation system during sign up)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages