https://github.com/elementtech/jobilee
a Job Catalog Portal.
https://github.com/elementtech/jobilee
Last synced: 7 months ago
JSON representation
a Job Catalog Portal.
- Host: GitHub
- URL: https://github.com/elementtech/jobilee
- Owner: ElementTech
- License: gpl-3.0
- Created: 2023-01-10T10:10:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T13:48:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T11:45:08.245Z (about 1 year ago)
- Language: SCSS
- Size: 11.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular + Python + Flask + Mongo DB CRUD
Step1: Install Python 3 - 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
pip install flask flask_cors pymongo
Step7: Run our backend application using the following command
python3 app.py
Frontend setup
Step8: Download the dependencies using the following command
npm install
Step9: Run the Frontend application - ng serve
Your application will run locally at http://localhost:4200