Code Monkey home page Code Monkey logo

hack4good2023's Introduction

Kidnet - Online portal for kidney patients

This is a simple online portal for kidney patients to put relevant information for potential recruiters.
It has a create account, authentication function (only using username for now for simplicity, if this were to be deployed IRL there will be more security measures).
In the profile page, the user can add a description about themselves, their skills, what they can and cannot do as kidney patients, as well as their weekly dialysis schedules.
For each user, a public profile is also created which can be accessed by anyone without logging in, and they can send the user a message with their contact information for follow-ups.
These messages are visible in the messages section of the user's account, which they can access from their profile, with options to send an email to the person, or to delete the message.

This project was bootstrapped with Create React App.
A Node Express server is used for the backend, and MySQL running in Docker for database storage.
Requires Docker and Docker-Compose to be installed.

First time setup

Switch to the "docker" sub-folder and run:

docker-compose up

Switch to the "hack4good2023" and "server" sub-folders, and run:

yarn

or

npm install

in both folders.

Subsequent runs

Docker

Ensure the docker container is running (via Docker Desktop or command line).

Node server

Switch to the "server" sub-folder and run:

start_server.sh

React frontend

Switch to the "hack4good2023" sub-folder and run:

npm start

or

yarn start

to run the app in development mode.
Open http://localhost:3000 to view it in the browser.

hack4good2023's People

Contributors

bombbird2001 avatar darkvoid32 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.