ART-Backend

💎| AliLabs ART Sample Tracking Backend

Stars
4
Committers
4

ART API

Requirements

The following are required to run the API:

  • Ruby 2.7+
  • Rails 7.0+

Getting Started

  1. Clone the repo

    $ git clone https://github.com/Bright-Phiri/ART-Backend.git
    $ cd ART-Backend
    
  2. Install dependencies

    $ bundle install
    
  3. Run migrations:

    $ bin/rails db:migrate
    
  4. Running the API

    $ bin/rails server
    

Contributors

  • Bright - creator and maintainer