Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History

pages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pages

This folder contains all pages of the application, which are controlled by Next.

The name of the file should be exactly the route to access the page.

Pages are composed by smaller components and layouts.

Notes:

  • There is a folder called api that handles the API endpoints for the back-end.
  • There is a special file called _app.tsx that is used to setup the Next pages. The setup is separated by responsibility in different files of the setup folder.
  • There is a file called index.tsx, which is the first page the application will show
  • The admin panel pages are under the admin folder