Skip to content

JulianLee123/RDB

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published