We suggest to develop locally backend & frontend, then when all jobs are done (99,9%) we can proceeed with deployment.
.env.local
.env.development
.env.production
For rest api integrattion we use Axios (https://axios-http.com/docs/intro)
Or you can use graphql, your choice!
We setuped an istance in axios inside the /app/utils/api/api.js
, then it can be imported & used it in every file. \
Our dashboard uses the following libraries:
Name | Link | Installed |
---|---|---|
Next JS 13+ | https://nextjs.org/docs | ✅ |
Ant Design | https://ant.design/docs/react/introduce | ✅ |
Axios | https://axios-http.com/docs/intro | ✅ |
State Management | https://axios-http.com/docs/intro | |
Charts & Reports | https://recharts.org/en-US/ | |
Time | https://day.js.org/ | ✅ |
Deployment will be done by Chiorino team.
Next.js is used by the world's leading companies.
Check out the Next.js Showcase to learn more.
The Next.js community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.