Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DarthNato/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test app

A simple test project to practice MEAN stack. (based on MEAN-CRUD project)

Prerequisites:

To configure the application to suit your setup, edit the config.js:

// config.js
{
  port: 3000,
  db: {
    host: 'localhost',
    name: 'Test app'
  }
}

To start, clone this repository to your local machine and execute the following commands:

$ npm install
$ bower install
$ node server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published