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

No packages published