-
To use MongoDB Atlas, make dev.js file inside config folder. If you are not registered, sign up https://www.mongodb.com/ and create Database.
-
Put mongoDB info into dev.js file
- sample
module.exports = {
mongoURI: 'mongodb+srv://<Your Database Acess ID>:<PASSWORD>@beomjin.8iply.mongodb.net/myFirstDatabase?retryWrites=true&w=majority'
}
-
Type "npm install" inside the root directory ( Download Server Dependencies )
-
Type "npm install" inside the client directory ( Download Front-end Dependencies )
-
To use React-Native App, make react-native folder into root directory and clone https://github.com/bumjin1013/react-native-food-delivery into react-native folder.
-
Type "npm install" inside the react-native directory ( Download React-Native Dependencies )
-
Type "npm run dev" inside the root directory, then you can use this Chat App