Skip to content

jamil314/NestQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NestQuest

Here to help you with your quest for nest

Key technologies:

Frontend:

  • React
  • Vite
  • ChakraUi
  • LeafLet

Backend:

  • ExpressJS
  • Vercel Postgress with Prisma
  • jwt

Guide to run on local

git clone https://github.com/jamil314/NestQuest
cd NestQuest

Now open another terminal on same directory: NestQuest

BackEnd FrontEnd
cd FrontEnd
npm i
npm run dev

Or, if you are using yarn:

cd FrontEnd
yarn i
yarn dev
cd FrontEnd
npm i
npm run dev

Or, if you are using yarn:

cd FrontEnd
yarn i
yarn dev