UzChess is online chess tournament API.
If you want to check how it works, you can clone the repository and test it.
-
Clone repository.
git clone [email protected]:DDD5677/UzChess.git
-
Install all dependencies for backend.
npm install
-
Create an empty
.env
file in root, copy the content of.env.example
into it and fill in these variables. -
Run project in development mode.
npm install -D nodemon npm run dev
-
Run project in production mode.
npm run build npm start
-
Build project.
npm run build