ConvLua is a homework project repository for Group 24's CSC 510, Software Engineering Class. The folders are organized in the following manner: LUA HW3 contains all of the primary directories and files. It contains the following files and folders: It contains the following files and folders:
- code: This directory contains all of the.py files that declare the LUA classes in Python. Some examples include cols class.py, data class.py, row class.py, and so on.
- data: This directory contains the homework dataset, "auto 93.csv." The data is in the format of a csv file.
- tests: This directory contains the primary testing file, testEngine.py, as well as the init.py file.
- README.md: This is the README.
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install NPM packages
npm install
- Enter your API in
config.jsconst API_KEY = 'ENTER YOUR API';
npm run start- send a simple GET request using https://reqbin.com/
- Type localhost url - http://127.0.0.1:3005
- Select GET method from dropdown
- Click on SEND
This software uses the following open source packages:
- Node.js
- Express
- dotenv
Note: Please be advised that this project constitutes a component of an academic endeavor for CSC 510: Software Engineering, completed during the Fall semester of 2022.

