- Download Node.js - for Windows, MacOS, and Linux.
- Download MinIO - for Windows, MacOS, and Linux.
- Run the following command to clone the project to your local system:
git clone https://github.com/longnguyen1305/sm-server- Navigate to the project directory and install the necessary dependencies:
cd sm-server
npm install- Once the dependencies are installed, you are ready to start working on the project.
Run the server:
node indexor
nodemon index- Nodemon can automatically restart server whenever there are changes saved.
Run MinIO:
.\minio.exe server C:\<YOUR DIRECTORY>\minio\data --console-address ":9001"