Skip to content

GabrSobral/Carpe_Diem_ADMIN

Repository files navigation

Carpe Diem Admin Page

ProjectImage

About

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 here

Technologies

Prerequisites

  • NodeJS NodeJS (the version used to create this was v14.17.1)
  • A Package manager (npm or yarn)

Instalation

Step 1

Clone this repository with the following command:

git clone https://github.com/GabrSobral/Carpe_Diem_ADMIN.git

Step 2

Now, run yarn or npm install to install all dependencies.

Step 3

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.