This is a Admin Dashboard to manage the data of the API.
This is a NEXTJS project, and it is an admin page that serves to manage the data from an API of the same app.
You can access the Figma design: clicking hereClone this repository with the following command:
git clone https://github.com/GabrSobral/Carpe_Diem_ADMIN.git
Now, run yarn
or npm install
to install all dependencies.
To start the development server , run yarn dev
or if you use npm, run npm run dev
If you want to start the production server, run the build
, and then, the start
command.