git clone https://github.com/hhhrrrttt222111/TravelApp.git
cd TravelApp
npm install
cd client
npm install
Create dev.js file inside ./server/config and add your MongoDB connection string into dev.js file as shown below.
module.exports = {
mongoURI: "mongodb+srv://<username>:<password>@cluster0.podra.mongodb.net/<dbname>?retryWrites=true&w=majority"
}
npm run dev
| Server Side Packages | Client Side Packages |
|---|---|
| async | antd |
| bcrypt | axios |
| body-parser | formik |
| cookie-parser | moment |
| cors | react |
| express | react-dom |
| jsonwebtoken | react-dropzone |
| moment | react-icons |
| mongoose | react-image-gallery |
| multer | react-paypal-express-checkout |
| react-redux | react-redux |
| socket.io | react-router-dom |
| concurrently | react-scripts |
| nodemon | redux |
| redux-form | |
| redux-promise | |
| redux-thunk | |
| socket.io-client | |
| yup | |
| babel-plugin-import | |
| http-proxy-middleware | |
| less | |
| less-loader |

