https://github.com/tinyhiker/pro_portal
Creating screening program for medical professionals. Medical professionals apply, the system checks if they meet the requirements to be a practicing doctor in Canada
https://github.com/tinyhiker/pro_portal
angularjs nodets primeui typescript
Last synced: 5 months ago
JSON representation
Creating screening program for medical professionals. Medical professionals apply, the system checks if they meet the requirements to be a practicing doctor in Canada
- Host: GitHub
- URL: https://github.com/tinyhiker/pro_portal
- Owner: tinyHiker
- Created: 2025-04-28T03:53:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-28T19:06:45.000Z (about 1 year ago)
- Last Synced: 2025-05-28T20:23:53.708Z (about 1 year ago)
- Topics: angularjs, nodets, primeui, typescript
- Language: HTML
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* **Front-end** AngularJS 1.x + PrimeUI + custom CSS
* **Back-end** Node 18 + Express (TypeScript)
* **Storage** Form drafts are saved in the browser’s **localStorage** – no database needed
* **Ports** API → `3000` | UI → `5173`
[Demo Video](https://youtu.be/V49dZuZThrw)
## 💻 Local Setup Instructions
```bash
# 1 · Clone the repo
git clone https://github.com/tinyHiker/PRO_Portal.git
cd PRO_Portal
# 2 · Install & run the back-end
cd backend
npm install # express, cors, typescript, ts-node-dev …
npm run dev # hot-reload server (leave this tab running)
# 3 · Install & run the front-end (in a new terminal)
cd ../frontend
npm install # pulls http-server dev dep
npm run serve # serves UI on http://localhost:5173