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
- Host: GitHub
- URL: https://github.com/varreltantio/sistem-rekomendasi-kuliner-terbaik-berdasarkan-pencarian-kota
- Owner: varreltantio
- License: mit
- Created: 2023-07-06T12:36:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T23:44:16.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T10:52:50.851Z (5 months ago)
- Topics: express, react
- Language: JavaScript
- Homepage: https://kuliner-id.vercel.app
- Size: 4.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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