This project is a test task that consists of a frontend and backend for working with country information. The frontend is built with React and Material UI, while the backend is developed using NestJS. The application aims to provide users with easy access to country data, including population, flags, and other relevant information.
- frontend: The frontend part of the project, responsible for displaying country information and user interactions.
- backend: The backend part of the project, providing the API for fetching country data.
- Node.js (version 14 or higher)
- npm (version 6 or higher)
- Clone the repository:
git clone https://github.com/vlasiuk-anatolii/country_info
cd country-info
- Install dependencies:
For the frontend:
cd frontend
npm install
For the backend:
cd backend
npm install
- Return to the root directory of the project:
cd ..
npm install
To run the project, use the following command:
npm start
Frontend
- React
- Material UI
- Axios
- Chart.js
Backend
- NestJS
- TypeScript
Anatolii Vlasiuk
This project is licensed under the ISC License.