This project is a testing platform.
The project's main goal is to identify entrepreneurial abilities primarily among students.
git clone https://github.com/MurkyMeow/testing-service.git
cd testing-service
npm i
npx knex migrate:latest
npx knex seed:run
npm start