Skip to content
@strive-management

Strive Management Solutions

Strive

Strive is a web application designed to help small businesses manage employee data, schedules, attendance tracking, and onboarding files.

Getting Started

Before you begin, please ensure you have node.js and npm installed.

Backend Installation

  1. Clone the repo.
  2. npm install the necessary devDependencies and dependencies.
  3. Create your own .env file. and fill in your own environmental variables.

Usage

Set up the server in development mode:

npm run dev

Generate your Prisma client for managing your database.

npm run prisma: generate

If the schema is appropriate for your project as is.

npm run prisma:migrate

If the schema is not a fit for your project's needs please be sure to edit the schema before migrating.

Deployment

When deploying to production be sure to use the following:

npm run build
npm run deploy

Frontend Installation

  1. Clone the repo.
  2. npm install the necessary devDependencies and dependencies.
  3. Create your own .env file. and fill in your own environmental variables.

Usage

You can run the site locally using the following command. This starts up the Vite development server.

npm run dev

Dependencies

This project uses the following:

  1. React
  2. React Router DOM
  3. Axios
  4. Firebase
  5. Chart.js
  6. Day.js

DevDependencies

This project uses the following:

  1. Vite
  2. Typescript
  3. EsLint
  4. Cypress
  5. Tailwind CSS

Contributing

Team Strive is not currently accepting contributions to the project. However, feel free to get in contact if you are interested in the project or have questions for our team.

Popular repositories Loading

  1. strive-backend strive-backend Public

    TypeScript 1

  2. strive-frontend strive-frontend Public

    TypeScript 1

  3. .github .github Public

Repositories

Showing 3 of 3 repositories
  • .github Public
    strive-management/.github’s past year of commit activity
    0 0 0 0 Updated Apr 3, 2024
  • strive-management/strive-frontend’s past year of commit activity
    TypeScript 0 1 0 0 Updated Apr 2, 2024
  • strive-management/strive-backend’s past year of commit activity
    TypeScript 1 0 0 1 Updated Apr 1, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…