This is the backend service for appleseed.bench, appleseed's standalone benchmarking application.
It is written using Node.js.
- Make sure Git and npm (Node Package Manager) are installed.
- Install a MongoDB server:
- Clone the repository:
git clone https://github.com/appleseedhq/appleseed-bench-backend. - Create a file named
.envby copying the.env.sampletemplate. - In a terminal type
npm installthennpm start. - Open http://localhost:3000 in a web browser.
- Prettier - Code formatter