Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T11:25:00.000Z (7 months ago)
- Last Synced: 2024-05-12T12:30:11.697Z (7 months ago)
- Topics: express-js, node-js, postgresql, prisma-orm, typescript
- Language: TypeScript
- Homepage:
- Size: 397 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- 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)