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.git
Navigate to the cloned frontend directory:
cd frontend
Then, install the project dependencies using npm:
npm install
To start the frontend server, use the following command:
npm start
The 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.