This repository holds the front-end, back-end, as well as performance testing files.
Web-based service for training data generation in trajectory-based molecular machine learning
- Name: Justin Morris
- Major: Computer Science
- University: Constructor University (Formally Jacobs University)
- Thesis Submission: May 15th, 2023
- Supervisor: Prof. Dr. Peter Zaspel
-
Get Orca on your local machine
-
Install dependencies for front-end and back-end
cd frontend/ && yarn install
cd backend/ && yarn install
-
Set server configuration
-
Build and start front-end server
cd frontend/ && yarn build && yarn start
- Start back-end server
cd backend/ && yarn dev