Installation
Requirements
- Node.js with npm installed
Instructions
- Download the repository and unpack it. (or use
git clone
) - Open the folder in terminal
- Run
npm install
to install the dependencies - Run
npm run build
- Then go to the folder named backend
cd backend
- Run
npm install
there too - Create the database in
backend/database.db
based on this - Create the config file in
config.json
more info - Now go back to the main folder
cd ..
and runnpm run prod
- (Alternatively run
tsx starter.ts
) - Access it on:
http://localhost:3000