Skip to content

An information system that runs to manage student data, where the user must first log in and then be able to access the dashboard page which can do CRUD related to student data and view details of student data. There is also a search feature that can make it easier to find student data

Notifications You must be signed in to change notification settings

gustonecrush/student-data-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCUMENTATION

ABOUT

An information system that runs to manage student data, where the user must first log in and then be able to access the dashboard page which can do CRUD related to student data and view details of student data. There is also a search feature that can make it easier to find student data

START PROJECT

If you want to run in your local do the steps below :

  • Download or clone this project and save to your local
  • Run npm install to install all packages needed
  • Then, setting up your .env.local file and configure NEXT_PUBLIC_BE value depend to your backend localhost server where you can run php artisan serve in api-student-data-management-system repo to get the localhost server then copy and paste it in .env.local
  • Then, you can run command npm run dev or yarn run dev to start your next js server and see how it works

LOG IN

You can login using to use the application

  email: [email protected]
  password: 1234Zxx5678

About

An information system that runs to manage student data, where the user must first log in and then be able to access the dashboard page which can do CRUD related to student data and view details of student data. There is also a search feature that can make it easier to find student data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published