https://github.com/rakibhasaniu/tour-chat
https://github.com/rakibhasaniu/tour-chat
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rakibhasaniu/tour-chat
- Owner: Rakibhasaniu
- Created: 2023-11-05T16:00:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T17:00:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T00:22:19.702Z (9 months ago)
- Language: JavaScript
- Size: 36.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# travel-booking-with-chat
Travel booking app with multiuser chating using MERN stack, NextJS, Socket.io and ReduxThis is completely production ready application. Tested on windows vps live server using IIS. It's ready to host and make the site live...
Recommended NodeJS Version v16.20.1
Recommended NPM Version v8.19.4
Recommended Yarn Version v1.22.19
Open the project directory in VSCode or other code editor.
In terminal run the following command:
-"yarn install"
-"yarn run dev" for development mode
or,
-"yarn run build" for building production app and then "yarn start" for starting the servers.
//Database creation for Demo content load
-create a MongoDB database using the name "activeascents"
-create some collections using the following names:
1. clients
2. conversations
3. instructors
4. messages
5. orders
6. packages
7. posts
8. widgets
-Now, using mongoDB compass import the JSON object to
each of the collection.-You will find demo json object for collections in **"/database"** folder
//Demo Admin Dashboard
User: "abdullahlimon"
Password: "12345678" or "1234567"
//Demo Client Dashboard
User: "rabeya23"
Password: "12345678" or "1234567"
//Demo Instructor Dashboard
User: "limon"
Password: "12345678" or "1234567"
Now you are ready to go...