Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect New Post Page to Backend endpoint POST api/v1/posts #72

Open
christopher-alba opened this issue Mar 20, 2022 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@christopher-alba
Copy link
Contributor

christopher-alba commented Mar 20, 2022

Currently the backend and frontend are unconnected

It would be great to connect the New Post Page to the backend so you could start creating some real posts from the client. Only authenticated users should be able to create a new post.
image

The full Heroku POST endpoint you need to be hitting is https://uni-forum.herokuapp.com/api/v1/posts

Pre-requisites:

  • completion of the posts endpoint in the backend
  • completion of user authentication in frontend and backend

How to get started:

@christopher-alba christopher-alba added the enhancement New feature or request label Mar 20, 2022
@christopher-alba christopher-alba added this to the Assignment 2 milestone Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant