An open API service indexing awesome lists of open source software.

https://github.com/bright-phiri/art-backend

💎| AliLabs ART Sample Tracking Backend
https://github.com/bright-phiri/art-backend

api-development back-end backend-development rails-api rails7 ruby

Last synced: 5 months ago
JSON representation

💎| AliLabs ART Sample Tracking Backend

Awesome Lists containing this project

README

        

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](https://www.github.com/Bright-Phiri) - creator and maintainer