Skip to content

LucasTaboada/Geckos-Team-19

 
 

Repository files navigation

Methodize is mix of two popular apps Momentum and Trello. homepage

Getting Started

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

Prerequisites

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.0%
  • Less 21.1%
  • CSS 10.3%
  • HTML 1.6%