Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apollo-level2-web-dev/b3-ph-health-care
https://github.com/apollo-level2-web-dev/b3-ph-health-care
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apollo-level2-web-dev/b3-ph-health-care
- Owner: Apollo-Level2-Web-Dev
- Created: 2024-11-02T07:51:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T08:15:06.000Z (about 2 months ago)
- Last Synced: 2024-11-02T08:19:37.848Z (about 2 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
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)
---