ColinOrr-Asidua / chitter

Chitter allows developers to share useful information quickly and informally using a social, micro-blogging approach.
0 stars 1 forks source link

chitter

Chitter allows developers to share useful information quickly and informally using a social, micro-blogging approach.

We're starting this project with a single README file and inviting collaborators to define the requirements and architecture as well as developing the application.

Getting Started

You'll need the following prerequisites to develop Chitter:

Then run the following commands:

# Download the code
git clone https://github.com/ColinOrr-Asidua/chitter.git
cd chitter

# Download the dependencies
npm install

# Start the database & application
mongod      # if on Cloud9, run ./mongod instead
node server.js

All being well, you should be able to visit the application on localhost:3000

Project Principles

When deciding on our list of requirements and our architecture we want to apply the following principles:

Development Principles

When making architecture, design and technology decisions, developers should keep the following principles in mind:

Contributing Code

Chitter follows the Fork & Pull model for collaborative development.