/merchshop

Primary LanguageJavaScriptMIT LicenseMIT

Webshop project

Be sure to create .env file inside the server directory:

SESSION_SECRET=**SUPER_SECRET_STRING**
MAIL_SERVICE=**MAIL SERVICE EG. GMAIL**
MAIL_USER=**EMAIL**
MAIL_PASS=**PASSWORD**

The project is using MongoDB as database. Be sure to have it installed in order to run this project.