NodeJS server instead of PHP

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-01 23:51:02 +02:00
parent 824e061996
commit 9f3e2fddb9
104 changed files with 1745 additions and 507 deletions

35
server/README.md Normal file
View File

@@ -0,0 +1,35 @@
# Zoff-Serverside
For the client-side repo, go to <a href="https://github.com/zoff-music/Zoff">here</a>
## Install
Prerequisites:
```
MongoDB : https://www.mongodb.org/
NodeJS : https://nodejs.org/en/
npm : https://www.npmjs.com/
```
Clone this repository into a folder, and navigate to it. Use ```npm install``` in the project folder and use ```$ node server.js``` to start the server.
## About
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API.
Zoff is mainly a webbased service. The website uses NodeJS with Socket.IO, MongoDB and PHP on the backend, with JavaScript, jQuery and Materialize on the frontend.
The team consists of Kasper Rynning-Tønnesen and Nicolas Almagro Tonne, and the project has been worked on since late 2014.
The team can be reached on contact@zoff.no
### Legal
Copyright © 2017
Nicolas Almagro Tonne and Kasper Rynning-Tønnesen
Creative Commons License
Zoff is licensed under a
<a href="http://creativecommons.org/licenses/by-nc-nd/3.0/no/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Norway License.</a>.
Do not redistribute without permission from the developers.