Skip to content

Christy0216/bc-cancer-mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 5500 Fall 2024 BC Cancer Donor Management Web App

  • Team Name: AngryOwls
  • Team Logo: Cat
  • Team Description: A team of angry owls that need coffee ☕☕☕

Team Members

Image Name Email
Sean Image Sean Chen 陈笑来 [email protected]
Kai Kai [email protected]
Shirui Shirui Chen [email protected]
AmesCG Ames Gong [email protected]
Ece Ece Yildiz [email protected]

Project Setup Instructions

This document provides the steps necessary to get the backend and frontend of the project up and running on your local machine.

Prerequisites

Before you begin, ensure you have npm installed on your computer. You can check this by running npm -v in your terminal. If you do not have npm installed, download and install it from npm's official site.

Setup and Running the Backend

  1. Install Dependencies: Navigate to the backend directory:

    cd backend

    Then, install the required npm packages:

    npm install
  2. Start the Development Server: Start the backend server with:

    npm run dev

    Ensure the backend server is running before starting the frontend.

  3. Testing the Development Server

    npm run test

Setup and Running the Frontend

  1. Install Dependencies: Open a new terminal window and navigate to the frontend directory:

    cd frontend

    Then, install the required npm packages:

    npm install
  2. Start the Frontend Application: Start the frontend application with:

    npm start

    This will launch the application in your default web browser.

Accessing the Application

Once both the backend and frontend are running, you can access the frontend of the application in your web browser at the default address (usually http://localhost:3000).

For any additional information on project configuration or troubleshooting, please refer to the project documentation or contact the development team.

testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages