Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryanbhargav01/Food-Recipes-db
The project is Food-Recipe Angular Website build from Open APIs - “THE MEAL DB”. Users will be able to sign-up and login and will be able to save and delete recipes from their bookmark wall. The website User data and as well as the recipes are saved into Database using MongoDB.
https://github.com/aryanbhargav01/Food-Recipes-db
angular-4 angular-cli full-stack mean-stack
Last synced: 3 months ago
JSON representation
The project is Food-Recipe Angular Website build from Open APIs - “THE MEAL DB”. Users will be able to sign-up and login and will be able to save and delete recipes from their bookmark wall. The website User data and as well as the recipes are saved into Database using MongoDB.
- Host: GitHub
- URL: https://github.com/aryanbhargav01/Food-Recipes-db
- Owner: aryanbhargav01
- Created: 2023-10-27T07:44:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T07:49:47.000Z (about 1 year ago)
- Last Synced: 2024-07-29T16:52:06.891Z (6 months ago)
- Topics: angular-4, angular-cli, full-stack, mean-stack
- Language: HTML
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Design Final Project
### Installation
* Run the command to install node modules --> npm install
* Then run this command --> ng serve
* Choose any available server from the terminal to run/view web page
* Navigate to `http://localhost:4200/`### Installing the MongoDB Server
* Open the api module in different window.
* Then run the command to install node modules --> npm install.
* After installing the node modules then run this command --> npm run start.
* After the above command is executed then the server is connected to Database.
* Navigate to `http://localhost:3000/`### Built with
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.4.### Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).