Skip to content

imans777/node-express-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS (With Express Framework) Seed Project

With JWT Authentication

This app assumes a connection to postgres exists in development server.

  • Change initDb in config.json to the database that already exists in your Postgres (e.g. 'postgres' in Windows, and your user name in Linux)

  • If you use windows, in package.json change npm/test to:

    jasmine&jasmine-node server_spec

  • If you do not have jasmine or jasmine-node, install them globally:

    npm install -g jasmine npm install -g jasmine-node

  • run npm install:

    npm install

  • at this point you should be able to run the project: npm start

  • then you should be able to run tests: npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • HTML 0.6%