An open API service indexing awesome lists of open source software.

https://github.com/mattmezza/socializejs

Backend for a social network application
https://github.com/mattmezza/socializejs

Last synced: 11 months ago
JSON representation

Backend for a social network application

Awesome Lists containing this project

README

          

Socialize
===========
logo
# Backend for a social network application

This is a project aimed to provide developers a great and robust system to build cool social networks from scratch or around existing products. For this reason it provides RESTful handy APIs to let developers create cool webapps or mobile apps with ease. **Socialize** is run by volunteers and it's Open Sourced. Anyone willing to help is welcome!

--------------

## ACCEPTING PULL REQUESTS!
I am accepting pull requests implementing one of [these APIs](https://github.com/mattmezza/socializejs/issues?utf8=✓&q=is%3Aopen+label%3Ahigh-priority+label%3AAPI).

See [CONTRIBUTING.md](https://github.com/mattmezza/socializejs/blob/master/CONTRIBUTING.md) to know more about contributing to this project.

Check out the full list of APIs to develop here [https://github.com/mattmezza/socializejs/issues?utf8=✓&q=is%3Aopen+label%3AAPI](https://github.com/mattmezza/socializejs/issues?utf8=✓&q=is%3Aopen+label%3AAPI) and please consider the low/high priority label.

-------------

### Instructions to get started

- install and start *Neo4J*
- OS X
- `brew install neo4j`
- `neo4j start`
- Windows
- (don't know 😎)
- Linux
- (don't know 😎)
- `git clone https://github.com/mattmezza/socializejs.git`
- `cd socializejs`
- `npm install`
- edit `config.js` accordingly with your *Neo4J* credentials
- `node server.js`
- go to `http://localhost:8080/` to see the app running.

Made with ❤️ in 🇮🇹 by a bunch of crazy coders