Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 930 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 930 Bytes

University Informations

Bu rest api ile üniversiteleri ve öğrencileri listeleme, üniversitelerin ve öğrencilerin ayrıntılarını görme, ve yeni öğrenci oluşturup, oluşturulan öğrenciyi üniversiteye kaydetme yapılabilir.

Kullanım

HTTP Verbs Paths Used for
GET /universities Get all universities
GET /universities/:university_id Show a single university
GET /students Get all students
POST /students Create a new student
GET /students/:student_id Show a single student

Kurulum

git clone https://github.com/nazimaraz/University-Informations/
cd University-Informations/
rails db:migrate
rails server