https://github.com/apollo-level2-web-dev/ph-healthcare-server
This repository contains the backend codebase responsible for handling server-side logic, database management, and communication between different system components.
https://github.com/apollo-level2-web-dev/ph-healthcare-server
express-js node-js postgresql prisma-orm typescript
Last synced: about 1 month ago
JSON representation
This repository contains the backend codebase responsible for handling server-side logic, database management, and communication between different system components.
- Host: GitHub
- URL: https://github.com/apollo-level2-web-dev/ph-healthcare-server
- Owner: Apollo-Level2-Web-Dev
- Created: 2024-03-11T19:09:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T11:25:00.000Z (about 1 year ago)
- Last Synced: 2025-03-30T06:04:38.331Z (about 2 months ago)
- Topics: express-js, node-js, postgresql, prisma-orm, typescript
- Language: TypeScript
- Homepage:
- Size: 397 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PH HealthCare Server
Welcome to the backend repository for PH HealthCare, a tutorial project developed as part of the "Level 2 Web Development Course" offered by Programming Hero.
This repository contains the backend codebase responsible for handling server-side logic, database management, and communication between different system components.
## Installation and Setup
1. Clone this repository: `git clone `
2. Install dependencies: `npm install`
3. Set up the environment variables by creating a `.env` file and filling in the required variables based on the provided `.env.example` file.
4. Run the database migrations: `npx prisma migrate dev`
4. Run the Command: `npm run seed`
5. Start the server: `npm run dev`### API Documentation: [POSTMAN API DOCUMENTATION (Click Here)](https://documenter.getpostman.com/view/26694209/2sA2xjyWRv)