Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerkeeler/kens-reddit-clone
https://github.com/jerkeeler/kens-reddit-clone
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerkeeler/kens-reddit-clone
- Owner: jerkeeler
- Created: 2015-04-09T01:45:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T21:48:55.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T07:40:21.295Z (2 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN Template
This is Ken's work for a reddit clone app. Get, post, update, and delete requests will
all be handled, according to the api. See api.txt for details about the api. Project is
built on a MEAN stack template, [here](https://github.com/jer-keel/MEAN-Template).### Technologies
The tech and instruments used in this project are as follows:* [mongodb](https://www.mongodb.org/)
* [expressjs](http://expressjs.com/)
* [angularjs](https://angularjs.org/)
* [nodejs](https://nodejs.org/)
* [grunt](http://gruntjs.com/)
* [sass](http://sass-lang.com/)
* and a variety of relavent plugins which can all be found in package.json### Installation
Clone this repo and then navigate to the correct directory and run `npm install`.
After this has completed run `grunt` to make all production files, just in case.
You will need to add a config folder and add both a *db.js* and *auth.js* file that
exports JSON objects containing the db url and auth url and secrets, respectively.