https://github.com/ashvegeta/bakery-app
https://github.com/ashvegeta/bakery-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashvegeta/bakery-app
- Owner: ashvegeta
- License: apache-2.0
- Created: 2021-06-23T09:10:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T09:24:01.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T13:29:54.251Z (about 2 years ago)
- Language: JavaScript
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bakery-app
Steps to run :
1. download the folder bakery-app.
2. run npm install to install all the dependencies.
3. in the "backend/server.js" file change the url of the mongo DB server to your localhost repo.
4. change the ".env_sample" file to ".env" and set the SERVER_URL to the backend mongoDB url.
5. run the mongo DB server by typing "npm start" with bakery-app as pwd to start backend server at localhost:5000/.
6. type npm start within the bakery repo to start the react front-end server.
7. open the browser and type localhost:3000/
app -> https://bakeryapp123.herokuapp.com/