Skip to content

sang-4/superheroes-API

Repository files navigation

README


Author

Allan Kiprop allan.kiprop@student.moringaschool.com 0729250792


Description

This is a simple RAILS superheroes API project for my week 2 phase 4 code challenge at Moringa School. It is a simple API that allows you to create, read, update and delete superheroes(heroes, powers). To get started, clone the repo and run the following commands:

& cd superheroes-API
& rails db:migrate db:seed
& rails s

You can try all the CRUD operations in the following routes:

& http://localhost:3000/heroes
& http://localhost:3000/powers
& http://localhost:3000/hero_powers

Technologies Used

  • Ruby
  • Rails
  • sqlite3
  • Postman

License

MIT License


Acknowledgements

  • Moringa School
  • Stack Overflow
  • Google
  • GeekforGeeks
  • W3Schools
  • Ruby on Rails Guides

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors