Skip to content

bumjin1013/node-react-food-delivery

Repository files navigation

Food Delivery App with Mern Stack

스크린샷 2021-12-07 오후 11 44 06

스크린샷 2021-12-08 오전 3 33 43

Tech Stack


Usage

  1. 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.

  2. 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'
}
  1. Type "npm install" inside the root directory ( Download Server Dependencies )

  2. Type "npm install" inside the client directory ( Download Front-end Dependencies )

  3. 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.

  4. Type "npm install" inside the react-native directory ( Download React-Native Dependencies )

  5. Type "npm run dev" inside the root directory, then you can use this Chat App


React Native Navigation

스크린샷 2021-12-08 오후 11 09 00

About

food delivery service using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published