https://github.com/kenken64/judge-sheet
Its a simple demo day judge sheet
https://github.com/kenken64/judge-sheet
angularjs bootstrap bower expressjs grunt mailgun-api mongodb nodejs yarn
Last synced: 3 months ago
JSON representation
Its a simple demo day judge sheet
- Host: GitHub
- URL: https://github.com/kenken64/judge-sheet
- Owner: kenken64
- Created: 2017-10-22T09:47:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T17:56:02.000Z (over 8 years ago)
- Last Synced: 2025-10-27T22:27:32.130Z (8 months ago)
- Topics: angularjs, bootstrap, bower, expressjs, grunt, mailgun-api, mongodb, nodejs, yarn
- Language: JavaScript
- Size: 826 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# judge-web-form
Its a simple judge sheet for Stackup Demo Day
A barebones AngularJS and Node.js app using [Express 4](http://expressjs.com/).
## Pre-requisite
```sh
npm install -g grunt
npm install -g yarn
```
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
git clone https://github.com/kenken64/judge-sheet.git # or clone your own fork
cd node-js-sample
grunt
yarn install
npm start
```
Your app should now be running on [localhost:3000](http://localhost:3000/) cloud version [https://young-spire-24679.herokuapp.com] (https://young-spire-24679.herokuapp.com/#!/home)
## Deploying to Heroku
```
heroku create
git push heroku master
heroku open
```
Alternatively, you can deploy your own copy of the app using the web-based flow:
[](https://heroku.com/deploy)
## Documentation
For more information about using Node.js on Heroku, see these Dev Center articles:
- [10 Habits of a Happy Node Hacker](https://blog.heroku.com/archives/2014/3/11/node-habits)
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)