Skip to content

raiyanu/employee-management

Repository files navigation

Employee Management System

This is a simple employee management system built with Next.js , daisyUI and Tailwind CSS.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Backend Architecture

Routes

  • GET /api/employees
  • POST /api/employees
  • PUT /api/employees/:id
  • DELETE /api/employees/:id
  • GET /api/employees/:id
  • POST /api/user/login
  • POST /api/user/register
  • GET /api/user/logout
  • GET /api/user/me

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published