Skip to content

An application for scientists to manage assays. This is not intended for production purposes.

License

Notifications You must be signed in to change notification settings

mrmauer/assay-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Run the back end server

  1. cd path/to/assay-management/be/
  2. python3 -m venv env
  3. source env/bin/activate
  4. python3 -m pip install -r requirements.txt
  5. flask run

Run the front end server

  1. cd path/to/assay-management/fe/assay-management-react/
  2. Install pnpm if you do not have it on your machine. Eg. brew intsall pnpm for macos. If you already do have it, skip this step.
  3. pnpm install
  4. pnpm run dev

Test drive

Navigate to http://localhost:5173/ in your browser.

About

An application for scientists to manage assays. This is not intended for production purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published