An offline database for an existing Node.js backend server
Fork, then download or clone the repo.
git clone https://github.com/jkdamilola/schema-technical-challenge.gitInstall all the dependencies once via the terminal.
npm installTo test, simply run on project-root folder via the terminal.
npm run testTo make a build, run on project-root folder via the terminal.
npm run buildIt re-creates a folder named dist on the root directory. This is where the compiled node.js code resides.
- ES6 (Babel)
- Node.js (Node.js)
- Typescript (Typescript)
- 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.)