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
- Host: GitHub
- URL: https://github.com/mattmezza/socializejs
- Owner: mattmezza
- License: mit
- Created: 2015-10-17T17:53:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T10:04:55.000Z (over 10 years ago)
- Last Synced: 2024-10-11T07:09:58.121Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Socialize
===========
# 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