- Docker[https://www.docker.com/]
- NodeJS[https://nodejs.org/en/]
- NestJS CLI (not required, but recommended) (npm install -g @nestjs/cli)
To run the project locally:
- Download the repository
git clone https://github.com/Maximauve/LunaRP-API.git - Start a terminal in the project folder
- Run
npm installto install the dependencies - Run
docker-compose upto start the database- add
-dto run in background
- add
- Run
nest startto start the server- if you don't have NestJS CLI installed, run
npm run startinstead
- if you don't have NestJS CLI installed, run