Welcome to the SameTimeSamePlace Frontend project! Our aim is to connect people who are interested in exploring new experiences and meeting new people at the same time.
To run the SameTimeSamePlace Frontend, follow the steps below:
First, visit the backend repository and follow the instructions provided to set up the backend.
Clone the frontend repository by executing the following command in your terminal:
git clone git@github.com:sametimesameplace/frontend.gitNavigate to the cloned frontend directory:
cd frontendThen, install the project dependencies using npm:
npm installTo start the frontend server, use the following command:
npm startThe site should automatically open in your default browser at http://127.0.0.1:3000/.
Additionally, you can access the Swagger API documentation at http://127.0.0.1:8000/api/v1/swagger.