Skip to content

Mdltre/sugar-whisk

Repository files navigation

Sugar Whisk Desserts

This is a Next.js Full Stack project by Maria Jose P. Dela Torre & Jaspreet Kaur.

Clone the repository using:

git clone https://github.com/Mdltre/sugar-whisk.git

Set Up

  1. First, make a .env file and place the following:
DATABASE_URL = "file:./dev.db"
  1. Next, run:
npm i
  1. Afterwards, run the server using:
npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Tech Stack

Below is the list of tools we used to build and run this web application.

  1. Next.js 14: A frontend and backend framework for React applications.
  2. Prisma: An ORM (Object-Relational Mapping) tool for interacting with databases.
  3. SQLite3: A lightweight, serverless, and self-contained SQL database engine.
  4. TypeScript: A statically typed superset of JavaScript.
  5. TailwindCSS: A utility-first CSS framework.
  6. Jest: A JavaScript testing framework.

About

Fullstack CRUD Web Application about desserts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published