We are located in the directory where we want to locate the project and clone the repository in this way:
$ git clone https://github.com/MguevaraJ/lister-fetch.git
You can do it by creating the file .env
in the root of the project:
MAIL_SERVICE = "[example: Gmail]"
MAIL_USR = "[from-email-address]"
MAIL_PASS = "[from-email-password]"
DB_HOST = "[your-database-address]"
DB_USR = "[your-database-username]"
DB_PASS = "[your-database-password]"
DB_NAME = "[database-name]"
More details in HERE.
You can run the application in two states:
- Development
$ npm run dev
- Production
$ npm run start
The used to carry out this project are:
- Express.js - Web application framework
- Ejs - HTML Preprocessor
- Nodemailer - Email Sending Module
- Mysql - Database management language
- Npm - Package Manager
- Moises Alejandro Guevara Jauregui - MguevaraJ
This project is under license GPL-3.0 - See the file LICENSE for more details.