Code Monkey home page Code Monkey logo

med-flow's Introduction

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  • To start working on the project, first fork this repo, to your own GitHub account.

  • then download the repository and install the prereqs:

git clone https://github.com/<your github username>/med-flow.git
cd med-flow
npm install
  • Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  • Open http://localhost:3000 with your browser to see the result.

  • to log in, contact a senior developer with the most recent .env file, then put the .env file at the root of the med-flow folder.

  • work on your assigned feature, and once you are ready to submit a pull request, run

git fetch 
git pull
git add files/that/were/updated
git commit -m "feature name, feature description, etc"
git push
  • go to your GitHub and submit a pull request.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

med-flow's People

Contributors

acryan6 avatar azcryan avatar kessenma avatar sunnybak avatar

Watchers

 avatar  avatar  avatar

Forkers

kessenma

med-flow's Issues

Can't save new patients

on the main branch (before this S3-image-buckets PR), I was not able to make new patients and have them save to the database in Dev when I was running locally. This bug appears to also be in the prod branch. You enter in all the data to make a new patient, but then the page stays as is and the new patient is not created in the MongoDB.

the patients are not showing when the `patient-dashboard-updates` branch is merged to main.

when I run the patient-dashboard-updates branch locally, I am able to connect to the database and see the data in the UI. When I merge this branch to main there are no build issues.

the patient-dashboard-updates branch is a cumulative combination of the following branches:
s3-image-bucket --> mobile-menu -->notes_v2--> patient-dashboard-updates. The mobile-menu and patient-dashboard-updates branches were both frontend development. the notes_v2 branch is what edited the database logic in the app to create a new collection in the database called 'notes'. this branch also converted some files to typescript instead of javascript.

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.