git clone
cd TravelApp
npm install
cd client
npm install
MONGO_URI = 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 |