Skip to content

mageshkumaar/track-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

track -it

An open source asset management software built over NodeJs, Express, MongoDb and Vue Js.

Prerequisites

Before installing the software, following applications must be installed.

Important

This document contains instructions that are suitable only for
MacOS. For installation on other operating systems, kindly refer the link available in the respective dependencies.

Node & NPM

brew install node

MongoDB

brew install 

Installation

As of now, only the back-end is in development. As this web app is supposed to be my tool/guide to learn web development using JS, the client section will be added soon.

git clone https://github.com/mageshkumaar/track-it.git // Clone the repository
cd track-it
cd server
npm install // Install the dependencies
npm start // Starts the server

Tests

Am learning how to test a NodeJs app using Mocha, Chai and Supertest. Once I get the hang of it, tests will be added to the app.

Notice

This repository contains code using which I'm attempting to learn NodeJs, TDD, MongoDB, VueJs etc. This is not a real-world/commerical application. Any resemblance is strictly co-incidental.

About

A free open source IT asset/license management system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published