Skip to content

Backend for C-Track, an internal web-based asset tracker for laptops, tablets, and phones

Notifications You must be signed in to change notification settings

Thomasc33/C-Track-Backend

Repository files navigation

Asset-Tracking-Backend

Prerequisites

Node.js Created on v16.15.1

SQL Server:

SQL Express For Dev Server

SSMS To connect to dev/prod server

Setup and Running

Duplicate and rename settings_template.json to settings.json

Fill in important parts of settings.json

Install Dependencies

npm i

Optional: Install nodemon (Allows hot reload on file change)

npm i nodemon -g

Start the backend

# Without Nodemon
node .

# With Nodemon
nodemon .

About

Backend for C-Track, an internal web-based asset tracker for laptops, tablets, and phones

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages