Simple document editing with the power of git.
- Product Owner: Justin Mendelson
- Scrum Master: Franklin Jeng
- Development Team Members: Simon Huang, Abiy Melaku
Create projects together with organization and structure. Gated process prevents overwritting changes made with each other.
- Node 0.10.x
- React 15.4.x
- MySQL 5.7.x
- Express 4.10.x
- nodegit 0.17.x
Have a MySQL server started:
mysql.server start
Upon first run, a database needs to be created: Sign into mysql database, by default the command is:
mysql -u root -p
With a blank password
Once inside, create a database for use
CREATE DATABASE publishus;
From within the root directory:
npm install
Start the server with:
npm start
Start tests with:
npm test
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.