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
- Host: GitHub
- URL: https://github.com/reemadutta/web_design_project_recipe_book
- Owner: ReemaDutta
- Created: 2019-12-12T08:31:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T04:54:30.000Z (over 3 years ago)
- Last Synced: 2025-02-25T01:43:40.955Z (over 1 year ago)
- Topics: angular4, css, html, javascript, js, mongodb, nodejs, rest-api
- Language: HTML
- Homepage:
- Size: 20.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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).