anteater
v0.2.1
Published
Bug tracking software
Downloads
1
Readme
Anteater
A fully functional piece of bug tracking software written in Javascript and using Node, Angular and MongoDB. Node and Express come together to make an API back end that interacts with the MongoDB Database. This leaves Angular to steal the show in the front end.
tl;dr - Node gives us the API. Angular gives us the frontend and accesses the API. MongoDB eats like a fat kid.
Requirements
Installation
- Run git clone
git:://github.com/Grantlyk/Anteater.git
- Install the application
npm install
- Create a config folder
mkdir config
- Navigate into that older
cd config
- Now create a database.js file
touch database.js
- You need to create a Modulus account to use the MongoDB enviroment.
- Open the database.js file in your favourite text editor and add the details you got when you created a Modulus Database information:
module.exports = {
// the database url to connect
url : 'mongodb://YourUsername:[email protected]:YourID'
}
- Start up the server
node server.js
- View in your browser at
http://localhost:8080
Testing and Recommendation
Please do not hesitate to visit our bug tracker and report any errors and suggested features.
Contributors
How can you contribute? Fork the repo and see where your dreams take you!