Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 328 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 328 Bytes

MAONA - backend structure

(Wild Code School Final Project)

Requirements

Install

cp .env.example .env # and add your own environment variable
npm install
npm start
  • Import database
mysql -u user -p database < db/maona.sql