Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 499 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 499 Bytes

swaggatar

animated svg gravatars

Directory structure

|-- app					SERVER SIDE JS
|   +-- models
|   \-- routes.js 		SERVER SIDE URI Routes
+-- bower.json 			Bower package configuration
+-- config
|   +-- db.js
|   \-- passport.js
+-- LICENSE
+-- node_modules
+-- package.json 		NPM package (hint: use "npm install")
+-- public				CLIENT SIDE (AngularJS) js
|   +-- js
|   +-- libs
|   +-- test.html
|   \-- views
+-- README.md
+-- server.js