Skip to content

RA1NO3O/inforum_API

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

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors