You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application has a well defined structure following the REST api rules as to make routes reachable without making a bundle of them. Users can edit, delete, create their posts and all are getting through 'get', 'post', 'put', 'delete' requests.