8000 GitHub - gutioliveira/fullstack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gutioliveira/fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backend:

To easily run the project, have docker ready.

docker-compose up -d

then install the dependencies

npm install

run the migration

npx prisma migrate dev

and then

npm run build
npm start

It will run the in port 4000.

Frontend:

I built it using nextjs.

install dependencies

npm install

run in dev

npm run dev

It will run in the port 3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0