Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

pypkaed/Age-Of-Names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Age Of Names™

This is a test for an internship at NAUMEN.

The app consists of a backend (Java) and frontend (Angular) projects. Since it's not going to be deployed, the connection is localhost and it's not adapted for deployment.

Main idea of the project is to make a service that tracks names and their ages consistently. The main requirements were to implement:

  • Upload files with a special format of 'Name_AGE' and parse it;
  • Searching through a form with adding new entries if they were not found;
  • Statistics of requests by name;
  • Searching for the eldest person (I've gone further and made a scalable filtering system)

Backend

Backend is written in Java with a CSD architecture. It uses Spring Boot. Build is done via Maven.

Frontend

Frontend is written using the Angular framework.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published