Skip to content

This is user office core repository including both backend and frontend. To view or create issues, see https://github.com/UserOfficeProject/issue-tracker

License

Notifications You must be signed in to change notification settings

fluxview/user-office-core

 
 

Repository files navigation

User Office Core

Build Status DeepScan grade Known Vulnerabilities


Contributing

If you're planning to contribute to this project by adding new functionality, we encourage you to discuss it first in the Discussions tab. This helps ensure that your proposed changes align with the project's goals and prevents duplicate efforts. Here's how you can initiate a discussion:

  1. Go to the Discussions tab.
  2. Start a new discussion thread outlining your proposed changes.
  3. Wait for feedback and consensus before proceeding with creating a pull request.

Thank you for your interest in contributing to our project!

Getting started

To be able to start both backend and frontend locally you will need to:

  1. Install all needed dependencies with npm install
  2. Start the application using npm run dev or npm run start

Check the .env file

If .env file is not preset during startup of the project, it will be created using example.development.env file template. The example.development.env and .env files are located in apps/backend and apps/frontend accordingly.

Running with docker-compose

If you want to get something running for testing purposes only, you can run the docker-compose file located at the root of the repository. Use the following steps:

  1. docker compose up
  2. Visit localhost:33000
  3. Use the default users for login, Aaron_Harris49@gmail.com (User Officer) or Javon4@hotmail.com (User) with password "Test1234!"

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.

npm run lint

Lints typescript code and log if there are any errors.
npm run lint:fix should be used if you want to fix all auto-fixable errors and warnings.

Contribution and release versioning

Please refer to the Contribution guide to get information about contributing and versioning.

Happy coding! 👨‍💻

About

This is user office core repository including both backend and frontend. To view or create issues, see https://github.com/UserOfficeProject/issue-tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.5%
  • PLpgSQL 7.1%
  • JavaScript 0.3%
  • CSS 0.1%
  • Dockerfile 0.0%
  • Shell 0.0%