dumitrubrinza / dBlogApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git link

dBlogApp

As you notice there is `bower.json` file that contains all dependencies that can be installed by `bower install` command, however I deploied the app with dependencies allready installed (see `dBlogApp/bower_components`)

!! No need to install dependencies !!

The app itself represent a Blog App, that require further development (at this stage the app is at the development stage)

There is no server side (backend) of the application yet

***
To run the app localy run the `http-server` command

Even though the app contains user authentication throught the Cookies that store the Base64 encoded username and the password, and this are hold even after the browser refresh

***

User service contains already some users information that can be used for logging in

```javascript 1. 2. 3. username: Homer username: Bart username: Marge password: secret password: secret password: secret ```

About


Languages

Language:JavaScript 61.3%Language:HTML 35.0%Language:CSS 3.7%