r37r0m0d3l / csv_manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv_manager

Clone repository

To clone the repository use the following commands:

git clone https://github.com/r37r0m0d3l/csv_manager
cd csv_manager
npm install

Up and running

docker-compose up
npm run build
npm run build:front
npm run app:cli:generate
npm start

NPM Scripts

  • app:cli:generate - cli to generate fake accounts at temp folder
  • app:cli:import - cli to import accounts from CSV file
  • build - transpile TypeScript
  • build:clean - remove coverage data
  • build:front - build frontend
  • build:watch - interactive watch mode to automatically transpile source files
  • dev:lint - lint source files
  • start - starts server at port 3001

Open in browser

Main page - http://localhost:3001/

REST API /accounts/ - http://localhost:3001/accounts/

About


Languages

Language:TypeScript 84.3%Language:JavaScript 8.6%Language:HTML 4.3%Language:Pug 2.2%Language:Sass 0.5%