Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1014 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 1014 Bytes

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

For using the development version http://localhost:3000 with your browser to see the result. The development version is dependent on using localhost:3000.

Learn More about Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Start local database

We have used mongodb compass to replicate a database. We also use docker.