BeePong / 42_transcendence

This group project is about creating a website for the mighty Pong contest!🏓
1 stars 1 forks source link

004 feat: setup nginx container #16

Closed wengcychan closed 5 days ago

wengcychan commented 1 week ago

Close #4

@pixelsnow @liocle @djames9

I have set up nginx as the reverse proxy to serve frontend and proxy requests to the backend.

Run:

make

Open https://localhost/ and select Details and then Visit this unsafe site on your browser or if you are running it on codespaces, click open browser link that codespaces gives, or find the link under Ports.

I have put the registration form in the index page and will work on routing in issue #11.