Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amanmandal-m/webledger_assignment

This is a company assignment of Webledger Solutions PVT. LTD. so here only Excel file data convert into json and strore each data in respected table.
https://github.com/amanmandal-m/webledger_assignment

adonis-js mysql2 typescript xlsx

Last synced: about 8 hours ago
JSON representation

This is a company assignment of Webledger Solutions PVT. LTD. so here only Excel file data convert into json and strore each data in respected table.

Awesome Lists containing this project

README

        

# Backend Engineering Assignment: Excel file processing

## Prerequisite

- MySQL v8
- node.js v16

## Setup code

```sh
npm i
npm run db:setup
```

## Job Description

Read `READ_THIS_DOCS_BEFORE_START/AssignmentDetails.pdf` file for the assignment information. If you are taking for Sr position you may use `Sheet 3.xlsx` and `Sheet 4.xlsx` for upload purposes, You can also create your own cases and commit those files into new folder names as `new_cases`

## Run Code

```sh
npm run dev
#or
npm run debug
```