Skip to content

Makudzyn/screening-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Country Explorer

The project consists of two parts:

  • Backend (NestJS)
  • Frontend (Next.js + TailwindCSS)

🚀 Installation and Setup

1️⃣ Clone the Repository

git clone https://github.com/Makudzyn/screening-task.git
cd screening-task

2️⃣ Install Dependencies

🔹 Backend (NestJS)

cd server
npm install

🔹 Frontend (Next.js)

cd ../client
npm install

📌 Running the Project

🔹 Start Backend (NestJS)

cd server
npm run start

Server will run on http://localhost:5000

🔹 Start Frontend (Next.js)

cd client
npm run dev

Application will run on http://localhost:3000

About

Test task from the first stage of the interview (Next/Nest).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors