GzimAsani / city_reviewer_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

City Reviewer Back-end

City Reviewer backend creates necessary API for the frontend

Built With

  • Rails
  • Rspec
  • Postgres

Setup

# Clone the repo
git clone https://github.com/GzimAsani/city_reviewer_api.git/

# cd into the cloned repo
cd city_reviewer_api

Install

bundle install

Usage

# Create the database
rails db:create

# Run the migrations
rails db:migrate

# Seed the database with a test account (username: 'test_user', password: '123456)
rails db:seed

# Start the server
rails server

Run tests

bundle exec rspec

Author

👤 Gzim Asani

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About


Languages

Language:Ruby 99.4%Language:HTML 0.6%