Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetsup/mut-auction
https://github.com/jetsup/mut-auction
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetsup/mut-auction
- Owner: jetsup
- Created: 2024-05-27T19:36:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:04:19.000Z (7 months ago)
- Last Synced: 2024-05-28T05:30:40.639Z (7 months ago)
- Language: JavaScript
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)