Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmunim/prezi-presentio
A simple enough example of an angular frontend along with a node backend that is powered by a json as database.
https://github.com/itsmunim/prezi-presentio
Last synced: about 4 hours ago
JSON representation
A simple enough example of an angular frontend along with a node backend that is powered by a json as database.
- Host: GitHub
- URL: https://github.com/itsmunim/prezi-presentio
- Owner: itsmunim
- Created: 2016-05-03T19:22:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T18:51:20.000Z (over 8 years ago)
- Last Synced: 2024-02-23T09:43:04.859Z (9 months ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
### PreziPresentio
A simple enough implementation of an angular frontend backed up by a node server with a json used
as database.#### How to run the frontend
- Install node (https://nodejs.org/en/download/)
- Install gulp globally- `npm install -g gulp`
- Install node dependencies- `cd prezi-presentio && npm install`
- Install bower dependencies from same directory- `bower install`
- `gulp serve`(with *browsersync*, so if you edit the code, it will be immediately visible) or `gulp serve:dist`#### How to run the backend
- `node server/index.js`
- All the apis are exposed in `/api` route (e.g. `http://localhost:8080/api`)