Skip to content

Zandercraft/GuildCoder

Repository files navigation

GuildCoder By Zandercraft

An open collaboration platform made to facilitate cooperation between developers on cool new projects; helping you find people to build your project with.

Features

  • Customizable Profile System
  • Private Messaging
  • Group Messaging
  • Guilds
    • Collaborative Chat
  • Projects
    • Reviews

Technologies

Client: Foundation Framework, Socket.io, slick Media Carousel

Server: NodeJS, Express, MongoDB, Socket.io, bcrypt

Authors

Installation

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

Environment Variables

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)

License

This software is the sole property of Zander Maitland. The use of it is governed under a restrictive license that can be accessed here.

Acknowledgements

Support

For help and support, send an email to support@zandercraft.ca.

Screenshots

Home Page Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published