- Clone the repository
- Open terminal and run
npm install - Run
npm run dev
- Make sure you have Postgres installed and open pgAdmin
- Open the
.envin the server folder - Change the
DATABASE_URLto"postgresql://DBUSER:DBPASSWORD@localhost:5432/DBNAME?schema=public" - Run
prisma migrate dev(If that doesn't work, runnpx prisma migrate dev)
This project will enable One Heart McKinney Navigators to make effective and efficient referrals to social service providers for families in need. System needs include storing information about network partners, allow for ‘intake’ (capturing family information and needs), creation and tracking of referrals from One Heart McKinney to network partners, and provide for referral follow-up, tracking and reporting.
Provide database design and the ability to capture partner and client data. This will lay the foundation for the ability to create the referral entry, tracking, follow-and reporting capabilities.
The One Heart McKinney(OHM) referral system project serves as a link between individuals in need and social service providers. It encompasses partner,client and adminstrator information storage, an intake process for families to outline their needs, and a structured system for assigning suitable partners. This project gives One Heart McKinney a way to store client referrals and direct them to different partners.
NA