Methodize is mix of two popular apps Momentum and Trello.
to install locally run this command in your terminal
git clone https://github.com/chingu-voyage4/Geckos-Team-19.git
once inside the Geckos-Team-19 folder run
npm install
then once again inside the client folder.
Now we need to make a dev.js file inside of the config folder and fill in these keys
module.exports = {
SECRET_KEY:'fhsdfhsdfsdfhsfdsdfhsdjkpwejgvmky;dwedsg', // create any key
MONGO_URL:'mongodb://localhost/methodize'
};
The last step is to make sure your mongo server is running and type this command in your termial
npm run dev
- React - The web framework used
- React DnD - Drag and Drop library
- Redux - State manager
- Redux-Thunk - redux middleware
- Axios - Promise based HTTP client
- Styled-components - styling
- React-Router - client side routing
- Expressjs - nodejs server side framework
- Mongoose - an object data modeling (ODM) library for MongoDB
- JWT - Authentication
- Lucas Taboada- Project Manager
- Vera Butler
- Inna Leikina
This project is licensed under the MIT License - see the LICENSE.md file for details