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

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

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