- Create web project, upload it to Git Hub, add contributors;
- Business logic:
- Calculate the credit score for one client, JSON processing;
- CSV file reading (batch processing);
- Error handling;
- Database:
- Find the best DB for the project, implement the DB in the project
- Think about the tables and the columns in the DB, what should they contain;
- Create input/output folders;
- Create the tables;
- REST:
- POST Request
- GET Request
- Web design