Skip to content

shreyeah/physiocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physiocs

Client

cd client/

Prerequsites

  • Node.js v14
  • Yarn

Available Scripts

Installing

yarn install

Running

yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Server

cd server/

Prerequsites

  • Python 3.8

Installing

pip install -r requirements.txt

Running

python manage.py runserver 8000

Runs the server at http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • Python 21.6%
  • HTML 1.6%
  • Other 1.4%