Giter Site home page Giter Site logo

lishengbao / compass-web-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oss-compass/compass-web-service

0.0 0.0 0.0 997 KB

Compass SaaS Backend

Home Page: https://oss-compass.org

License: GNU Affero General Public License v3.0

Shell 0.02% JavaScript 0.02% Ruby 89.99% CSS 0.09% HTML 9.88%

compass-web-service's Introduction

Compass Web Service

This project is a backend repository for OSS-Compass, based on Rails 7 and Ruby 3.

Running this app

You need to do few small steps to run the app

Clone the repo

git clone https://github.com/open-metrics-code/compass-web-service
cd compass-web-service

Copy example file

cp .env.example .env.local

Environment variables defined here(.env), feel free to change or add variables as needed. This file is ignored from git (Check .gitignore) so it will never be commit.

If you use different values for environment variables in other envs, e.g. test, you need to copy one more: .env.test.local

Note .env.test is used by github workflows.

Setup the project

create databases

rails db:setup

database migration

rails db:migrate

Start the project

rails s

Cron tasks

Start a scheduled task service to regularly update project reports as well as summary reports.

bundle exec crono -e development

Start sneaker workers

Start an asynchronous task queue for use in checking repository validity and handling exceptional requests, etc.

bundle exec rake rabbitmq:start

compass-web-service's People

Contributors

dependabot[bot] avatar edmondfrank avatar eyehwan avatar lishengbao avatar weihongbin1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.