Skip to content

talent-ken/IRS-backend

Repository files navigation

  • Ruby version ruby-3.0.3

This project's goal is to parse the xml and store the results into table, and provide API endpoints. It provides RESTful API.

  • To create tables, you need to migrate $rails db:migrate

  • After tables are created, you need to parse XML files and store the results into tables. These course could be performed by following rake command. ex: $rake parse_and_store['sample_data/1.xml']

  • Start server with 3001 port(Front-end that is built by React uses 3000 port) $rails server -p 3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published