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

Users can create, edit, and delete posts.
Users can also vote or comment on existing posts similar to reddit.

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.
PostgreSQL - after install, the script file will create the required databases in Postgres and seed the tables.
Additional information regarding installing Postgres is available at the Postgres website. There are both command line and GUI options.
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.
- AngularJS - The superheroic Javascript MVW framework
- Node - Backend server
- Express - Backend server, routing, middleware
- Knex - SQL query builder
- PostgreSQL - SQL database
- Protractor - E2E testing for Angular
- Mocha - server-side API testing

