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
.env
by copying the.env.sample
template. - In a terminal type
npm install
thennpm start
. - Open http://localhost:3000 in a web browser.
- Prettier - Code formatter