Skip to content

Database website for the labs at Yale University

Notifications You must be signed in to change notification settings

YaleComputerSociety/ylabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YURA Research Database

The site is live here.

Running Locally

Prereqs:

  • Node v16.20
  • Yarn

For development

Run yarn install:all to install relevant npm packages. To launch the client, open a terminal and run yarn dev:client. To launch the server, open a separate terminal and run yarn dev:server. The client is served on port 3000, and the REST API is run on port 4000. Go to http://localhost:3000 in your browser to view the application.

For testing

Run yarn install:all & yarn build & yarn start. Go to http://localhost:3000 in your browser to view the application.

Acknowledgements

Thanks @wu-json for creating a CAS authentication demo!

About

Database website for the labs at Yale University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • Python 6.5%
  • HTML 1.8%
  • CSS 1.0%