Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# MUT-AUCTION

To run the system, clone the system with:

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

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

```bash
cd mut-auction
npm install
```

To start the system, run:

```bash
nodemon
```

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

## Contributors

- [jetsup](https://github.com/jetsup)
- [KenyaVic](https://github.com/Beard-Terrorizer)