Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)