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
- Host: GitHub
- URL: https://github.com/bright-phiri/art-backend
- Owner: Bright-Phiri
- Created: 2022-03-04T09:47:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T19:26:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T11:14:09.875Z (6 months ago)
- Topics: api-development, back-end, backend-development, rails-api, rails7, ruby
- Language: Ruby
- Homepage:
- Size: 276 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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