zoedaemon / EmployeeRecords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

employee-records

Run Docker Postgresql

$ npm install sails-postgresql --save
$ docker network create moovaz
$ docker-compose up -d
NOTE For Auto Migrate (Seeding)

increase HARD_CODED_DATA_VERSION in config/bootstrap.js with value greater than 0

  // This bootstrap version indicates what version of fake data we're dealing with here.
  var HARD_CODED_DATA_VERSION = 1;

Run Project

$ sails lift

if success open browser and accessing http://localhost:1337 login with seeding data as default super admin email:admin@example.com;password:abc123

Dependency

  1. Sails v1
  1. Postgresql

About


Languages

Language:JavaScript 91.5%Language:HTML 7.3%Language:CSS 1.1%