An open collaboration platform made to facilitate cooperation between developers on cool new projects; helping you find people to build your project with.
- Customizable Profile System
- Private Messaging
- Group Messaging
- Guilds
- Collaborative Chat
- Projects
- Reviews
Client: Foundation Framework, Socket.io, slick Media Carousel
Server: NodeJS, Express, MongoDB, Socket.io, bcrypt
Install the project's dependencies using the following command:
npm install
Configure the database connection string by editing the following line in app.js
:
store: MongoStore.create({ mongoUrl: "<MONGO CONNECTION STRING HERE>" })
and the following line in ./bin/www
:
database.connectToDB("<MONGO CONNECTION STRING HERE>")
Start the program using
npm start
The following environment variables can be set to modify the behaviour of the program:
PORT
- The port that the server will listen on. (Default: 8080)
This software is the sole property of Zander Maitland. The use of it is governed under a restrictive license that can be accessed here.
For help and support, send an email to support@zandercraft.ca.