https://github.com/jetsup/mut-auction
https://github.com/jetsup/mut-auction
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetsup/mut-auction
- Owner: jetsup
- Created: 2024-05-27T19:36:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T12:40:07.000Z (8 months ago)
- Last Synced: 2025-01-27T10:44:30.635Z (4 months ago)
- Language: JavaScript
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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)