This is for testing only porposes 🚀
It was crafted on Nodevader.
- Node:
10.x
- Global dependencies:
nodemon, mocha and eslint
Step by step to get this up and running
git clone https://github.com/stanleygomes/mark-ii.git && cd nodevader
npm install
npm i -g nodemon mocha eslint
Via express server
npm run dev
Copy enviroment variables template
cp .env.template .env
Via docker-compose (start database, run migrations and start server)
docker-compose up
Replace your duolingo credentials on .env
file
# duolingo credentials
[email protected]
DUOLINGO_PASSWORD=yourSecureAndSecretPassword
To test it on the browser, simply go to: http://localhost:3000/crawler