Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 646 Bytes

README.md

File metadata and controls

58 lines (52 loc) · 646 Bytes

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