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

Separate the frontend from backend #22

Closed
Stribe02 opened this issue Feb 16, 2022 · 0 comments
Closed

Separate the frontend from backend #22

Stribe02 opened this issue Feb 16, 2022 · 0 comments
Assignees

Comments

@Stribe02
Copy link
Collaborator

No description provided.

@mikaeleythor mikaeleythor self-assigned this Feb 16, 2022
mikaeleythor added a commit that referenced this issue Feb 18, 2022
* Refactor frontend

* implement useNavigate to redirect from login and signup

* fix syntax

* Refactor frontend

* implement useNavigate to redirect from login and signup

* close #22, MinitwitReact* -> backend/

* Rebuild React project with create-react-app

* rm -rf frontend_legacy, everything relevant has been refactored. npm start works fine, forms set up on /login and /register. close #35

* Refactor frontend

* implement useNavigate to redirect from login and signup

* fix syntax

* Refactor frontend

* implement useNavigate to redirect from login and signup
mikaeleythor added a commit that referenced this issue Feb 19, 2022
* Refactor frontend

* implement useNavigate to redirect from login and signup

* fix syntax

* Refactor frontend

* implement useNavigate to redirect from login and signup

* close #22, MinitwitReact* -> backend/

* Rebuild React project with create-react-app

* rm -rf frontend_legacy, everything relevant has been refactored. npm start works fine, forms set up on /login and /register. close #35

* image builds with <docker build . -f Dockerfile.dev -t first> but npm start script executes poorly from within container -> going forward, containerizing with npm build script and nodemon might be better

* Refactor frontend

* implement useNavigate to redirect from login and signup

* close #24, frontend is accessible on port 3000 when run with <docker-compose -f compose.dev.yaml up>

* cleanup CRA bloat from repo

* merge main to changes
mikaeleythor added a commit that referenced this issue Feb 19, 2022
* C# init

* close #6

* React template

* React template setup for refactoring. Testing works.
-Controller setup for frontend calls
- InitDB and connectDb works

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> Refactoring. Database doenst work now

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> timelines work

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> Docker

* - Api for sim underway
- Post message/user timeLine works
- Public timeline works

* - cleanup

* - Add api methods for follow unfollow and get follows in accordance with the sim api specs

* combine last 3 commits

Fix pathing after refactor (#50)

I'll go ahead and merge this for you so I can pull

Refactor frontend

implement useNavigate to redirect from login and signup

* merge frontend changes to this branch

* replicate changes from #22 to make pull req mergeable

* how did this happen

Co-authored-by: Eythor Mikael <eythor108@gmail.com>
Stribe02 pushed a commit that referenced this issue Feb 20, 2022
* C# init

* close #6

* React template

* React template setup for refactoring. Testing works.
-Controller setup for frontend calls
- InitDB and connectDb works

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> Refactoring. Database doenst work now

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> timelines work

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> Docker

* - Api for sim underway
- Post message/user timeLine works
- Public timeline works

* - cleanup

* - Add api methods for follow unfollow and get follows in accordance with the sim api specs

* combine last 3 commits

Fix pathing after refactor (#50)

I'll go ahead and merge this for you so I can pull

Refactor frontend

implement useNavigate to redirect from login and signup

* merge frontend changes to this branch

* replicate changes from #22 to make pull req mergeable

* how did this happen

* close #25, containerized backend builds and runs. port mapping needs to be changed though

Co-authored-by: Akongstad <kongstad@outlook.com>
Co-authored-by: Akongstad <90042173+Akongstad@users.noreply.github.com>
Akongstad added a commit that referenced this issue Feb 20, 2022
* C# init

* close #6

* React template

* React template setup for refactoring. Testing works.
-Controller setup for frontend calls
- InitDB and connectDb works

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> Refactoring. Database doenst work now

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> timelines work

* Co-authored-by: thebaht <thebaht@users.noreply.github.com>
Co-authored-by: Stribe02 <Stribe02@users.noreply.github.com>
Co-authored-by: mikaeleythor <mikaeleythor@users.noreply.github.com> Docker

* - Api for sim underway
- Post message/user timeLine works
- Public timeline works

* - cleanup

* - Add api methods for follow unfollow and get follows in accordance with the sim api specs

* combine last 3 commits

Fix pathing after refactor (#50)

I'll go ahead and merge this for you so I can pull

Refactor frontend

implement useNavigate to redirect from login and signup

* merge frontend changes to this branch

* replicate changes from #22 to make pull req mergeable

* how did this happen

* close #25, containerized backend builds and runs. port mapping needs to be changed though

* fix port mapping in compose.dev.yml

* update Vagrantfile

* Merge changes from main

* Vagrant runs now close #33

Co-authored-by: Akongstad <kongstad@outlook.com>
Co-authored-by: Akongstad <90042173+Akongstad@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants