Skip to content

A small project build with NodeJs, Express, Sequelize and Handlebars, that join together all my learning of those last few days with JavaScript back-end, that isn't supposed to be any front-end friendly but made with a simple a pretty interface.

Notifications You must be signed in to change notification settings

fable00/Home-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Page

A small project build with NodeJs, Express, Sequelize and Handlebars, that join together all my learning of those last few days with JavaScript back-end, that isn't supposed to be any front-end friendly but made with a simple a pretty interface. The biggest focus, was make the basic concepts of any system using those tools.

How to run

First of all you will need to install the tools that in needed run the project locally, NodeJS and MySQL who can be found in the following links:

node

mysql

Follow the pages instructions to know how to get all set in your computer

After that you can follow the create_db.sql to make a custom user and set the database, with instructions if you just want user you root MySQL account anyway.

In that point, you can go to your terminal/cmd and Just type:

npm install

This will install all the needed packages to the project run normally, then if all go without any error appear ( check your node install if this happens ), you can also type the following command:

nodemon ./app.js

or

node ./app.js

Then just open your browser in localhost and all should be appearing.

Screenshots

home sign up about

About

A small project build with NodeJs, Express, Sequelize and Handlebars, that join together all my learning of those last few days with JavaScript back-end, that isn't supposed to be any front-end friendly but made with a simple a pretty interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published