Skip to content

maksbtw/Quiz-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Envs

Add evironmental variables shown below before start

backend/.env

DATABASE_URL="file:./dev.db"

frontend/.env.local

NEXT_PUBLIC_API_URL=http://localhost:4000

Backend

Run this commands from root directory

  cd backend
  npm install
  npx prisma migrate dev --name init
  npm run dev

You'll see:

Server runs on http://localhost:4000

Frontend

Run this commands from root directory

  cd frontend
  npm install
  npm run dev

You'll see:

App runs on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors