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

https://github.com/reemadutta/web_design_project_recipe_book

Recibe Book app using MEAN technology stack
https://github.com/reemadutta/web_design_project_recipe_book

angular4 css html javascript js mongodb nodejs rest-api

Last synced: 5 months ago
JSON representation

Recibe Book app using MEAN technology stack

Awesome Lists containing this project

README

          

# Final Project

## Recipe Book

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