/TDN-Web

A simple social network built on Angular 4

Primary LanguageTypeScript

The Dank Network

Welcome to The Dank Network, a simple social network site, built primarily, but not exclusively, for Software Project subject. In this project we aim to create a solution for intercommunication between various other projects. These projects shall soon be listed here.

Demo

You can test this project at The Dank Network.

Running the project

This project uses Angular CLI to automate all the build process. So after checking out, just run npm install and then ng serve and you're pretty much ready. You can access the app at http://localhost:4200.

API

This project depends on a Web API, it's available at TDN-API.