Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 374 Bytes

File metadata and controls

14 lines (10 loc) · 374 Bytes

RandomWordGenerator_AL

This app will generate random albanian words hopefully as a start

Setup

  • Install dependencies: npm install

  • Create .env in the main directory looking up .env.sample

  • Run docker-compose -f mysql.yml up -d

  • Migrate the database npm run migrate

  • Seed the database npm run seed

  • Adminer will be running at http://localhost:8080