https://github.com/defaultparam/lovely-foods
INT222 Web Hackathon submission by team h3x3d. Checkout the Postman API documentation here: https://bit.ly/3TbSOj4
https://github.com/defaultparam/lovely-foods
Last synced: 12 months ago
JSON representation
INT222 Web Hackathon submission by team h3x3d. Checkout the Postman API documentation here: https://bit.ly/3TbSOj4
- Host: GitHub
- URL: https://github.com/defaultparam/lovely-foods
- Owner: defaultparam
- Created: 2022-11-06T17:37:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T10:20:20.000Z (about 3 years ago)
- Last Synced: 2025-02-01T15:35:35.432Z (about 1 year ago)
- Language: CSS
- Homepage: https://lovelyfoods.netlify.app/?backendURL=https://lovely-foods.herokuapp.com/
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lovely Foods
A food discovery app for the residents of Lovely Professional University.
## About the app
The app was made in 2 parts... Backend (being hosted at heroku) and Frontend (being hosted at netlify). Backend provides an API which is then used by the app running on the front-end using ReactJS to dynamically render content and provide the data.
The best part of a free backend is... Anyone can make use of the API to make front-end apps (once we boost up the hosting)
## Installation
First to host the backend...
- Clone this repository
- Go to `lovely-foods-backend/` folder > `npm i`.
- Wait for the installation to finish
- To run the application in production mode `npm run start` or to test or run it in developement mode `npm run test`.
> Note if the port is not set in the environmental variables the default port for backend will be 5000.
To host the front-end...
- Clone this repository
- Go to `lovely-foods-frontend/` folder > `npm i`.
- Wait for the installation to finish
- Run the application with `npm run start`. Wait for the webpack to build the bundle and then your site will be deployed automatically on port 3000.
## Contribution
We are going to be open for contribution too, as soon as the hackathon concludes... Feel free to submit your pull requests, will review and update them when the results are declared.
> Project made in contribution with [@prashantkumardagur](https://github.com/prashantkumardagur)