Skip to content

maxmandia/product-engineer-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anterior Take Home

A take home assignment for Anterior.

How It Works

This project is designed to allow users to upload medical files and recieve summaries of the data from our backend.

Frontend

In order to start the frontend, you'll need to do the following after cloning the repository:

  • CD into the frontend directory
  • Install the dependencies by running npm install
  • Start the frontend by running npm run dev

Backend

In order to start the backend, you'll need to do the following after cloning the repository:

  • CD into the backend directory
  • Create a virtual environment: python -m venv venv
  • Activate the virtual environment: source venv/bin/activate (On Windows use venv\Scripts\activate)
  • Install the dependencies: pip install -r requirements.txt
  • Start the backend: uvicorn main:app --reload

Congrats! You're all set to start using the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.7%
  • Python 3.9%
  • CSS 3.3%
  • JavaScript 1.1%