Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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