Simple Express.js & Mongoose app (dictionary precursor without login)
- Clone git repo
git clone https://github.com/r0v/DevDict.git - Execute
yarn/npm installcommand to download dependencies - Copy .env-example and rename to .env
- Set all variables enviroment
- Start server
yarn run start/npm start