Skip to content

Commit

Permalink
refactor(README): Adj the endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Aug 28, 2021
1 parent 2d57e6b commit 4a2dce0
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome, to my personal blog and portfolio. Sharing information is vital and esp

![Homepage](https://i.imgur.com/5k3N3ex.png)

### Article Page
### Blog Page

![Article Page](https://i.imgur.com/PeDkdtv.png)

Expand All @@ -38,24 +38,26 @@ Dependencies used:

The user is brought to the home page where they can navigate to my [portfolio](www.dominiquehosea.com), my blog posts, my about me, or contact page. The home page is an introduction to who I am. The is a brief history of my experience with the option to download my resume. Additionally, I have the technologies that I am currently using, a project showcase, an embbed [Twitter](https://twitter.com/DominiqueRHosea) widget, and testimonies.

## Data Structure
## Business Logic

### Interal Data
### Enpoints

![Data](https://i.imgur.com/Jj5TcBZ.png)
- /articles
- /articles/:id
- /upload
- /destory
- /register
- /login
- /refresh_token

### Handling Data
## APIs

![Filter](https://i.imgur.com/6h2s0jL.png)

### Client-Side Routing

![Routing](https://i.imgur.com/5HLKoH0.png)
- [Send Grid](https://app.sendgrid.com/)
- [Get Form](https://getform.io/)

## Unsolved Problems

I am having issues with my jwt access. The header size is too large causing a 431 error.

## Future Enhancements

- User login with the ability to add comments and like post.
- Routing for 404

0 comments on commit 4a2dce0

Please sign in to comment.