This is a Next.js project bootstrapped with create-next-app
.
The docs for the backend server can be accessed here.
To run the development server:
yarn dev
Open http://localhost:3001 with your browser to see the result.
Documentaion of the libraries that are being used in the project:
- Next.js Documentation - learn about Next.js features and API.
- Axios Documentation - to communicate with the backend.
- tanstack/react-query Documentaion - to handle the response from the backend.
- Context API - to replicate state management.
- Chakra UI - for replacing CSS to design the website.