Skip to content

DDD5677/UzChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UzChess

UzChess is online chess tournament API.

Setup Project 💻

If you want to check how it works, you can clone the repository and test it.

  1. Clone repository.

    git clone [email protected]:DDD5677/UzChess.git
    
  2. Install all dependencies for backend.

    npm install
    
  3. Create an empty .env file in root, copy the content of .env.example into it and fill in these variables.

  4. Run project in development mode.

    npm install -D nodemon
    npm run dev
    
  5. Run project in production mode.

    npm run build
    npm start
    
  6. Build project.

    npm run build
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published