/mut-auction

Primary LanguageJavaScript

MUT-AUCTION

To run the system, clone the system with:

git clone https://github.com/jetsup/mut-auction.git

Then, navigate to the root directory of the project and install dependencies:

cd mut-auction
npm install

To start the system, run:

nodemon

The system will be available at http://localhost:3000/ in your browser.

Contributors