Skip to content

Our social n3twork, it's lame and was done only for class

Notifications You must be signed in to change notification settings

n3rdkeller/n3twork

Repository files navigation

n3twork

Welcome to our social network n3twork.

Overview

Here are some of the most important folders and files in our project:

n3twork
├── client/
|   ├── src/
|   |   ├── bower_components/
|   |   |   ├── angular/
|   |   |   ├── bootstrap/
|   |   |   └── ... (third party components are here)
|   |   ├── app/
|   |   |   ├── some folders
|   |   |   ├── and files
|   |   |   ├── containing the
|   |   |   └── whole angular-app
|   |   |
|   |   ├── css/
|   |   ├── less/
|   |   ├── js/
|   |   ├── fonts/
|   |   └── index.html
|   |
|   ├── dist/ (created by grunt)
|   |   ├── app/
|   |   ├── css/
|   |   ├── js/
|   |   ├── fonts/
|   |   └── index.html
|   |
|   ├── bower.json
|   ├── .bowerrc
|   ├── Gruntfile.js
|   ├── package.json
|   └── README.md
|
├── server/
|   ├── bin/ (created by java compiler)
|   ├── lib/
|   |   └── ... (all java dependencies)
|   |
|   ├── src/
|   |   ├── classes/
|   |   └── servlet/
|   |
|   ├── WebContent
|   |   ├── WEB-INF/
|   |   |   └── web.xml
|   |   |
|   |   └── META-INF/
|   |
|   ├─ .classpath
|   ├─ .project
|   └─ README.md
|
├── n3twork.sublime-project
├── .editorconfig
├── n3twork.class.violet.html
└── README.md

Most of the structure is self-explanatory. And the rest is language and technology-specific. Read the particular documentation if you want to learn more.

Further Instructions

There is a README.md in every folder we thought it could be helpful. Read it extremely carefully and follow every step described in there.

Warning: Most instructions were only tested on Ubuntu 14.04 LTS, Debian 3.2, Arch (Kernel 3.17) and OS X 10.10.

3rd party frameworks and libraries

Thanks to all the people involved in the following:

  1. Bootstrap
  2. AngularJS
  3. AngularJS Styleguide
  4. FontAwesome
  5. Angular Bootstrap Show Errors

License

n3twork is under the MIT license.

About

Our social n3twork, it's lame and was done only for class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published