chito256 / robin

A social network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robin

A minimal and simple social network that works

Build Instructions

Front-End

Prerequisites

  • NodeJS
  • NPM
  1. Using the Terminal, navigate to src/main/resources/.
  2. Type npm install to install dependencies and packages.
  3. Type npm run build to run Gulp. This will bundle SCSS files.

Back-End

Prerequisites

  • Gradle
  • Java v1.8 and up
  1. Using the Terminal, navigate to the root directory of this project (repository).
  2. Type gradle build to install dependencies and build Java files.
  3. Type java -jar ./build/libs/robin-0.1.0.jar to run the Java application.
  4. A small Tomcat server will be running at http://localhost:8080.

Notes & Credits

This project is still under development and is made possible by the following frameworks and libraries:

Copyright

The code for this website is hosted mainly on GitHub.

MIT License

About

A social network

License:MIT License


Languages

Language:HTML 52.3%Language:CSS 35.6%Language:Java 8.9%Language:JavaScript 3.2%