Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inforum_API :shipit:

This is a WebAPI service for Inforum application which is based on the Microsoft SQL Server database.

Getting start

  • execute npm install.
  • attach database file in your SQL server.
  • Create a db.js file at /config, insert following code:
module.exports = {
    user: '',
    password: '',
    server: '',
    database: '',
    options: {
        encrypt: true
    }
};

Compare your API server address to your project.

  • execute npm run dev or pm2 start .\server.js --watch -i max to launch.

About

Web API for inforum application.

Resources

Security policy

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages