GeroBlacksmith / nodejs-training-aaa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Web Application Example

TECH STACK:

  • NodeJS 13.3
  • Expressjs 4.17.1
  • MySQL
  • Handlebars

TUTORIALS FOLLOWED:

Setup instructions

  1. Install NodeJs 12 or above and MySQL in your computer
  2. Execute npm i in the proyect root folder
  3. Go to src/keys.js and change the credentials between square brackets.
  4. Copy the content of the database/db.sql in a MySQL terminal or with a GUI program.
  5. Execute npm run dev to run the app in development mdoe.

About


Languages

Language:HTML 54.2%Language:JavaScript 39.0%Language:TSQL 4.0%Language:CSS 2.8%