Skip to content

koitoror/Full-Stack-Next-App

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

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

Setup

  1. Install dependencies: npm install
  2. Create a project and register app in Firebase Console
  3. Create .env.local file. Fill in the example with your data. Instruction for getting firebase settings.
FIREBASE_API_KEY=
FIREBASE_AUTH_DOMAIN=
FIREBASE_PROJECT_ID=
FIREBASE_STORAGE_BUCKET=
FIREBASE_MESSAGING_SENDER_ID=
FIREBASE_APP_ID=
FIREBASE_TODOS_COLLECTION=<collection name>
API_HOST=<website url>/api
```!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

About

SSR web application for working with the todo tasks listing and CRUD app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published