Skip to content

Files

Latest commit

 

History

History
61 lines (43 loc) · 1.15 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.15 KB

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.