Skip to content

An application in which you can list your favorite videogames.

License

Notifications You must be signed in to change notification settings

MguevaraJ/lister-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📜 Lister

An application in which you can list your favorite videogames.

pagetr

Getting Started

1. Clone the repository.

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

2. Configure environment variables:

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.


3. Shoose in whitch enviroment to execute the application.

You can run the application in two states:

  • Development
$ npm run start:dev
  • Production
$ npm run build
$ npm run start

Pre-requirements

Tools

The used to carry out this project are:

Authors

  • Moises Alejandro Guevara Jauregui - MguevaraJ

License

This project is under license GPL-3.0 - See the file LICENSE for more details.