Skip to content

daffaputradamar/rpl-qurban-online

Repository files navigation

Qurban Online

First and foremost you need to install Nodejs.

Quick Start

# install the sequelize-cli with the command
$npm install sequelize-cli -g

# install all the dependencies
$npm install

# create the database
$sequelize db:create

# migrate all the migrations
$sequelize db:migrate

# seed all the seeders
$sequelize db:seed:all

#run the server
$node server.js

About

a simple NodeJS website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages