Skip to content

mayankpunetha007/nodejstry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple notes mananging application

Using the application

1) Edit package.json to setup database type and database info

2) Default is database tasks with user test and password test123, This application has been tested with postgres only

3) After editing database type use the following command to add all dependencies to project

 ```npm install```

4) Run following command to create all tables required by this project

  ```node createdb```

5) Run mocha on root directory to ensure all test cases are passing

 ```mocha```

6) Run following command to start the server

```npm start```

#Goto localhost:3000 and use the application

Login page

Alt Login Page View

Home page

Alt Main Page View

About

Node js based notes application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published