https://github.com/jimmygoogle/ncaa-node
March Madness bracket written in node.js
https://github.com/jimmygoogle/ncaa-node
Last synced: about 2 months ago
JSON representation
March Madness bracket written in node.js
- Host: GitHub
- URL: https://github.com/jimmygoogle/ncaa-node
- Owner: jimmygoogle
- License: gpl-3.0
- Created: 2018-03-08T15:24:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T20:04:27.000Z (about 6 years ago)
- Last Synced: 2025-02-05T12:52:59.605Z (4 months ago)
- Language: HTML
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# March Madness Bracket
It's awesome baby! A March Madness bracket written in node.js/mysql. It was previously written in PHP and this is the node.js version of that application. The DB files and schema are currently unavailable, this repo is mainly for code portfolio purposes.
## A 'very' basic guide to getting started
1. Clone this repo
2. run 'npm install'
3. run 'npm start'
4. Go to http://localhost:8888## Demo
You can see a demo [here](http://ncaa.jimandmeg.com/demo)## License
This project is licensed under the GNU General Public License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
* Paul Gendek
* [Dave Stern](https://github.com/davestern)
* UI inspired by [Flexbox Madness](https://codepen.io/jbeason/pen/Wbaedb) by Joe Beason