Skip to content

wittrura/reddit-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedditClone

Demo social site to highlight the abilities of AngularJS (v1.6). posts list

Users can create, edit, and delete posts.

Drawing

Drawing

Users can also vote or comment on existing posts similar to reddit. posts list

Getting Started

Clone the repository, install the required dependencies, and launch the server:

git clone https://github.com/wittrura/reddit-clone.git
cd reddit-clone/
npm install
npm start

The server will run on port 5000 by default.

Prerequisites

PostgreSQL - after install, the script file will create the required databases in Postgres and seed the tables.

Installing

Additional information regarding installing Postgres is available at the Postgres website. There are both command line and GUI options.

Deployment

This project is currently set up to be deployed on Heroku, and a live link is included in the project description.

To deploy, the Heroku Postgres add-on must be installed on your dyno.

Built With

About

AngularJS application to mimic reddit, with CRUD for articles and comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors