https://github.com/rjryt/gvr-datingapp
https://github.com/rjryt/gvr-datingapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rjryt/gvr-datingapp
- Owner: RJRYT
- License: gpl-3.0
- Created: 2024-07-08T06:09:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T05:49:43.000Z (almost 2 years ago)
- Last Synced: 2025-10-22T00:34:24.652Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GVR-DatingApp
## Installation & Run
- Clone the repo from here: `git clone https://github.com/RJRYT/GVR-DatingApp.git`
- Get into the project folder: `cd GVR-DatingApp`
- Install server dependencies: `npm install`
- Install frontend dependencies: `npm run installclient`
- Finally Start the server: `npm run both`
```md
Note: Check the `example.env` file in folder for the env variables needed.
```