HansGabriel / final-project

Healthcare App for our Final Project in Software Development

Home Page:https://clinisync.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final Project

Running the Application

Prerequisites: Node.js

  1. Run npm install
  2. On another terminal, cd frontend && npm install
  3. On another terminal, cd backend && npm install

On the backend directory, add a .env file with the following format:

DATABASE_URL=

The DATABASE_URL is the url for your postgreSQL database

  1. In the backend directory, run npm run migrate
  2. In the frontend directory, run npm run dev
  3. In the backend directory, run npm run dev

To accesss the frontend client, visit http://localhost:3000 on the browser.

Similarly, to access the backend server, visit http://localhost:4000/graphql.

Members:

Daduya, Dieron, Estaniel, Lajo, Laporno, Linuago, Rabino

About

Healthcare App for our Final Project in Software Development

https://clinisync.netlify.app/


Languages

Language:TypeScript 96.7%Language:Gherkin 2.0%Language:JavaScript 0.6%Language:CSS 0.6%Language:HTML 0.1%Language:Shell 0.1%