Skip to content

ckinleydavis/mvc-javascript-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About Our JavaScript:Bootstrap:MVC Project

This project has been developed using NodeJS, JavaScript, Bootstrap, and MySQL. It is being freely hosted using GitHub Pages. The repository for this project may be found here.

Installations

  • npm
  • node
  • mysql2
  • sequelize
  • passport
  • bcrypt
  • dotenv
  • heroku

APIs Used

JSON Data Modeling

Run the Application


Open a terminal and run the following command to create a MySQL connection:

$ mysql -u <username> -p

Once you have logged in with your mysql credentials, run the following command to create the ccbbra_db database.

mysql > source db/schema.sql

Open a second terminal window and run the following commands to install dependencies and to populate the database with mock data.

$ npm install
$ node seeds/index.js

To run the application locally, execute the following on the command-line:

$ node server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published