/Tutorial-App

This project is an application where users can leave notes on various topics. The application stands out with its user-friendly interface and comprehensive content management system.

Primary LanguageJavaScript

ezgif com-video-to-gif (12)

Full Stack Project

1.Kullanıcı sisteme personel ekleyebilir.
2.Kullanıcı sistemdeki personeli güncelleyebilir.
3.Kullanıcı sistemden personel silebilir.
4.Kullanıcı sistemdeki personelleri görüntüleyebilir.

Kullandığım Teknolojiler

REACT - DJANGO DRF - BOOTSTARP - THREE.JS

API ENDPOINTS

  • GET tutorials/ get all Tutorials
  • GET tutorials/:id/ get Tutorial by id
  • POST tutorials/ add new Tutorial
  • PUT tutorials/:id/ update Tutorial by id
  • PATCH tutorials/:id/ patch Tutorial by id
  • DELETE tutorials/:id/ remove Tutorial by id
  • DELETE tutorials/ remove all Tutorials