Skip to content

AdNinja is Ad selling enterprise web application.

Notifications You must be signed in to change notification settings

FavyTeam/AdNinja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ninja-schedule

setting up dev environment

set up nodejs

install nodejs, use latest stable version. You can use nvm to install latest stable version.

install local dependencies

npm install

install global dependencies

npm install sequelize-cli gulp -g

create db.json file for db migration

copy server/config/db.example.json to server/config/db.json, and populate values

migrate database structure

run the application

gulp dev

deploying application

TBD

About

AdNinja is Ad selling enterprise web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published