Skip to content

anonrig/cloud-computing-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Computing Project

Docker

  • Run the following command and go to http://localhost:3000 on your local machine.
docker compose up

Frontend

Built on top of Next.js, Tailwind.css.

  • Install dependencies
npm install
  • Run development server
npm run dev

Backend

Built on top of Node.js, Prisma with PostgreSQL.

  • Install dependencies
npm install
  • Push database changes (when database is up)
npm run db:push
  • Run development server
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors