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

https://github.com/rjryt/gvr-datingapp


https://github.com/rjryt/gvr-datingapp

Last synced: 3 months ago
JSON representation

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.
```