Skip to content

This repo is a piece of the web programming class final project

Notifications You must be signed in to change notification settings

weymanator/app_center_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Download or clone this repo, then type in your terminal.

npm install

# or if are usign yarn

yarn

Note: You must be placed at the root folder of the project before you type the command.

Add a new folder at the root directory of the project called config with a file config.json inside it with the following format

{
  "development": {
    "username": "your_local_user_name_for_mysql",
    "password": "your_local_password_for_mysql",
    "database": "the_name_of_the_target_db",
    "host": "127.0.0.1",
    "dialect": "mysql"
  },
  "test": {
      # same as development
  },
  "production": {
      # same as development
  }
}

Ensure you have setup a blank dabase in your local then

npx sequelize db:migrate

You are done to complete the challenge!

About

This repo is a piece of the web programming class final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published