Skip to content

jkdamilola/offline-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline DB

An offline database for an existing Node.js backend server

Node Version NPM Version Typescript Version

Instructions

Fork, then download or clone the repo.

git clone https://github.com/jkdamilola/schema-technical-challenge.git

Install all the dependencies once via the terminal.

npm install

To test, simply run on project-root folder via the terminal.

npm run test

To make a build, run on project-root folder via the terminal.

npm run build

It re-creates a folder named dist on the root directory. This is where the compiled node.js code resides.

Technology Stack

Dependencies

  • Lodash (for easy manipulation of arrays, numbers, objects, strings, etc.)
  • npm-run-all (A CLI tool to run multiple npm-scripts in parallel or sequential.)

About

An offline database for an existing Node.js backend server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors