An open API service indexing awesome lists of open source software.

https://github.com/varreltantio/sistem-rekomendasi-kuliner-terbaik-berdasarkan-pencarian-kota


https://github.com/varreltantio/sistem-rekomendasi-kuliner-terbaik-berdasarkan-pencarian-kota

express react

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

Clone the repository

```
git clone [email protected]:varreltantio/kulinerID.git
```

Switch to the repo folder

```
cd kulinerID
```

Switch to the backend folder

```
cd backend
```

Install all the dependencies using npm

```
npm install
```

Copy the example env file and make the required configuration changes in the .env file

```
cp .env.example .env
```

Start the local development server

```
npm start
```

You can now access the server at http://localhost:5000

Switch to the frontend folder

```
cd frontend
```

Install all the dependencies using npm

```
npm install
```

Copy the example env file and make the required configuration changes in the .env file

```
cp .env.example .env
```

Start the local development client

```
npm start
```

You can now access the client at http://localhost:3000