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:
MYSQL_URI = "[your-database-Address]"
MYSQL_PASS = "[your-password]"
MYSQL_USR = "[your-username]"
MYSQL_DB_NAME = "[your-database-name]"
More details in HERE.
You can run the application in two states:
- Development
$ npm run start:dev
- Production
$ npm run build
$ npm run start
The used to carry out this project are:
- Express.js - Web application framework
- Mysql - Database management language
- Webpack - Module Bundler
- Npm - Package Manager
- Moises Alejandro Guevara Jauregui - MguevaraJ
This project is under license GPL-3.0 - See the file LICENSE for more details.