BiscuitJS is a social networking platform aimed to be similar to the website Reddit.
423
BiscuitJS is a social networking platform aimed to be similar to the website Reddit. It is made in my spare time to sharpen my NodeJS skills. This is still in development!
http://biscuitjs.ashprosser.com/
The fastest way to get BiscuitJS going would be to use Docker with the dev docker-compose file included. There's a vagrant file if you don't even want to install Docker!
docker-compose up -d
If you wish to use the application in a more traditional sense, you will need a Redis and MongoDB server instance. You then need to set up the environment variables below on the NodeJS instance.
Most of the settings can be adjusted with environment variables as specified below:
| ENV Name | Purpose |
|---|---|
| SECRET | Jwt encryption secret |
| REDIS_PATH | Path to Redis server |
| REDIS_PORT | Port for Redis server |
| MONGO_PATH | Path to MongoDB server |
| MONGO_PORT | Port for MongoDB server |
| [PLATFORM]_KEY | Platform OAUTH Key (GOOGLE, FACEBOOK, TWITTER) |
| [PLATFORM]_SECRET | Platform OAUTH Secret |
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureTODO: Write history
Ash Prosser @AshPross
See LICENSE.txt
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Content type
Image
Digest
Size
199.6 MB
Last updated
over 10 years ago
docker pull ashpr/biscuitjs