Skip to content

samiraetc/management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Management System

A web application for managing tasks and projects within a team environment.

Technologies Used

  • Frontend:

    • Next.js
    • React.js
    • TypeScript
    • Tailwind CSS
  • Backend:

    • Node.js
    • Fastify
    • PostgreSQL
    • Prisma
    • JWT for authentication
  • DevOps/Deployment:

    • Docker

Project Structure

  • /frontend: Frontend React application.
  • /backend: Backend Node.js application.

Setup Instructions

Clone and Install Dependencies

  1. Clone the repository:

    git clone https://github.com/samiraetc/management.git
  2. Set up environment variables:

    • Create a .env file in the /server directory with required variables.
  3. Usage:

    • Install dependencies and start the backend server:

      cd frontend
      npm install
      npm start
    • Start the frontend:

      cd frontend
      npm install
      npm start
    • Open http://localhost:3000 in your browser to view the application.

Additional Notes

  • This project is still under development, and some features may not be fully implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages