This project is the server part for Unity-Rhythm-Game.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git.
- Node.js - Download & Install Node.js and the npm package manager.
- MongoDB - Download & Install MongoDB.
- Clone this repository with
git clone https://github.com/Dmitry221060/Unity-Rhythm-Game-Backend.git
. - Move into cloned repository and run
npm install
. - Build project via
npm run build
. - Configure project by creating
.env
file based on the.env.example
. - Run server with
npm run start
.