Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2 KB

File metadata and controls

58 lines (44 loc) · 2 KB

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