This repository stores the back-end code for the StokeTech website.
This application is built on Rails 7 and Ruby 3.1. It uses Postgresql for the database. A postman_requests.json
file is included to import into an API client.
- Clone the repo
cd
intostoke-api
- Set
DATABASE_USER
andDATABASE_PASSWORD
as environment variables. These should be the data you authenticate into your local Postgresql instance with. - Run
bundle install
- Run
rails s