Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Application with React and NestJS

This is a fullstack application that uses React (Vite) for the frontend and NestJS for the backend.

Setup and Run

First, clone the repository to your local machine:

git clone git@github.com:Rowkash/countries-test.git
cd countries-test

Rename both env.example files to .env in frontend and backend directories

Setup client:

cd frontend
npm install (or pnpm/yarn)

Rename env.example file to .env

Run client:

npm run dev (or ppnpm/yarn)

Setup api:

cd backend
npm install (or pnpm, yarn)

Rename env.example file to .env

Run api:

npm run dev (or ppnpm/yarn)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages