Skip to content

MobiliyaTechnologies/FleetService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fleet Service for Device/Vehicle/Fleet Management

Fleet Service is REST API server implementation built on top Node.js and Express.js with Sequelize for SQL Server integration.

You need to have Node.js, SQL Server Management Studio and Visual Studio installed.

Installation

npm install

Run server

npm start

Testing the API

Test REST API using Postman

http POST http://localhost:3302/

Publishing a NodeJS app to Azure

1.In Visual Studio, create a new project, and for the type, select 'From Existing Node.js code'.
2.Add project from your project home folder( ‘c:\users..\projects’).
3.At the top of the project, right click and select publish: In the resulting popup, select ‘Microsoft Azure App Service’
4.Download the PublishSettings File of Fleet Service from the Azure Portal and use it for deployment.
Once it is download, you can import it in your Visual Studio Publish Web Application wizard.Finally you can start publish by selecting “Publish” option.
After setting things up remotely, Visual Studio will proceed to publish the app to Azure.

Documentation

Check out the api docs we have written so far for more documentation. Use below credentials to access the api documentation.
Username:admin
Password:fleet@123

About

Fleet Service for Fleet Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages