DTBS is a web-app that makes designing and building databases easy.
For further details, see: PRESS-RELEASE.md.
- Product Owner: Joy Johnson
- Scrum Master: Jessica O'Brien
- Development Team Members: Cheyenne Kellis, Alex Mclean
Visit the page, currently hosted on dtbs.herokuapp.com
Run the following in the command line, from within the repository:
sudo npm install -g bower
npm install[optional] For convenience with running the server:
npm install nodemonRun the server in the other tab using node:
node server/server.js[optional] run the server in nodemon instead (if installed) to automatically restart the server after changing files:
nodemonWhile node is running, visit the locally running server at 127.0.0.1:3000
To run backend tests:
grunt testTo run front end tests, go to test > frontend > backboneSpec.html and open the file in the browser.
grunt syntaxTestView the project roadmap here.
See CONTRIBUTING.md for contribution guidelines.