https://github.com/ismaestro/nodejs-example-app
Simple app made for Angular Tour of heroes demo, deployed on Heroku
https://github.com/ismaestro/nodejs-example-app
Last synced: about 1 year ago
JSON representation
Simple app made for Angular Tour of heroes demo, deployed on Heroku
- Host: GitHub
- URL: https://github.com/ismaestro/nodejs-example-app
- Owner: Ismaestro
- License: mit
- Created: 2017-06-26T13:52:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T08:09:12.000Z (over 5 years ago)
- Last Synced: 2025-04-07T00:51:13.616Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://nodejs-example-app.herokuapp.com/heroes
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
NodeJS example app
Simple app made for Angular Tour of heroes demo
Report bug
·
Request feature
## Table of contents
- [Features](#features)
- [Quick start](#quick-start)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)
## Features
* Minimal heroes CRUD
## Quick start
`npm i` - Installs everything needed
`npm start` - Runs the server and watch for file changes in src folder. localhost:8000
`npm run deploy` - Deploy tha app to Heroku
## Bugs and feature requests
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/Ismaestro/nodejs-example-app/blob/master/CONTRIBUTING.md) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/Ismaestro/nodejs-example-app/issues/new).
## Creators
**Ismael Ramos**
-
## Copyright and license
Code and documentation copyright 2011-2018 the authors. Code released under the [MIT License](https://github.com/Ismaestro/nodejs-example-app/blob/master/LICENSE).
Enjoy :metal: