- Node version:
- 20.14.0
You can install this version with nvm, you can see nvm installation guide
First, run backend project:
- View cementery_backend readme
- Create
.envfile, to do this you can copy contents from.env.exampleand replace your instance DB_PASSWORD
run the development server:
We use yarn for this project You can install yarn with:
npm i -g yarnInstall dependencies
yarn installnpm run dev
# or
yarn devOpen http://localhost:3001 with your browser to see the result.