https://github.com/knowledgefactory4u/mean-stack-crud
https://github.com/knowledgefactory4u/mean-stack-crud
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/mean-stack-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2020-11-29T10:18:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T15:30:01.000Z (over 3 years ago)
- Last Synced: 2025-01-14T15:42:53.514Z (5 months ago)
- Language: TypeScript
- Size: 201 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mean-Stack-CRUD
# Local environment setupStep1: Install Node.js - click here
Step2: Install Angular - click here
Step3: Install VS code - click here
Step4: Download/clone source code - click here
Step5: Install MongoDB - click here
Backend setup
Step6: Download the dependencies using the following command
npm install
Step7: Run our backend application using the following command
npm start
Frontend setup
Step8: Download the dependencies using the following command
npm install
Step9: Run the Frontend application - ng serve