Skip to content

Commit

Permalink
feat(article crud functions): create crud functions for the articles
Browse files Browse the repository at this point in the history
    - Only authenticated users should interract with the endpoints
    - users can create a story (owner only)
    - users can update a story (Owner only)
    - users can delete a story (Owner only)
    - users can retrieve stories
    - the return data should incorporate the authors profile data

    [Finishes #161967014]
  • Loading branch information
GransonO committed Dec 9, 2018
1 parent 2cfd55d commit 176dda7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,4 @@ db.sqlite3
# Migrations
authors/apps/*/migrations/*

# vscode cache files and log files
.vscode/
logfile

0 comments on commit 176dda7

Please sign in to comment.