Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.11 KB

SameTimeSamePlace Frontend

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.

How to Run

To run the SameTimeSamePlace Frontend, follow the steps below:

Get the Backend

First, visit the backend repository and follow the instructions provided to set up the backend.

Clone the Project

Clone the frontend repository by executing the following command in your terminal:

git clone [email protected]:sametimesameplace/frontend.git

Install Dependencies

Navigate to the cloned frontend directory:

cd frontend

Then, install the project dependencies using npm:

npm install

Run the Frontend

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.