This is the backend of my react sector app.
- Check the Ruby version or if you have at all by running
ruby -v
if you get something like thisruby 2.6.8p205 (2021-07-07 revision 67951)
you have Ruby installed. - Clone the repository by running
git clone git@github.com:Nyame-Wolf/Sectors-api.git
in your CLI. - Type
cd sectors-api
- Type
code .
- Run
bundle install
- First delete `credentials.yml.enc`
- Run EDITOR="code" bundle exec rails credentials:edit
- Run
rails db:create db:migrate
- Optionally you can run
rails db:seed
to populate it - Run
rails server
to open the local server - Open Browser
http://localhost:4000/
- Run
rspec
👤 Mumenya Nyamu 🧑🏻💻
- GitHub: @Nyame-Wolf
- Twitter: @mumenyam
- LinkedIn: Mumenya Nyamu
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.