Skip to content

Raj3028/Project-02-Frontend-open-to-intern

Repository files navigation

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

Getting Started

First, install the dependencies

npm i

Then, run the development server:

npm run dev

Integrate with backend

You will find that endpoint for backend in utils/constants.js. Currently it is set to http://localhost:3001/functionup . This means that to integrate your backend solution with this frontend application, you must run the backend code at 3001 port (modify the index.js file there to change the port to 3001)

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!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.