Skip to content

Commit

Permalink
Feature(API): create and view accommodation
Browse files Browse the repository at this point in the history
- adds endpoint for creating new accommodation
- adds endpoint for viewing user's accommodations
[Finishes#168781707]
  • Loading branch information
alainmateso committed Oct 16, 2019
1 parent 40ce106 commit 2f69b92
Show file tree
Hide file tree
Showing 25 changed files with 604 additions and 115 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ FACEBOOK_ACCESS_TOKEN=access_token


# Tokens
JWT_SECRET=shokolokobangoshi
JWT_SECRET=shokolokobangoshi
APPLICATION_PORT=

CLOUDINARY_URL=
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ src/tests
/src/database/migrations
# tests
src/tests

# Database Models
src/database/models
Loading

0 comments on commit 2f69b92

Please sign in to comment.