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

https://github.com/tanmayvaij/remotetech-server

A nodejs (typscript) server used to provide apis for user authentication, device management to the remoteTech react native expo application.
https://github.com/tanmayvaij/remotetech-server

api-management api-rest authentication nodejs server typescript

Last synced: about 1 month ago
JSON representation

A nodejs (typscript) server used to provide apis for user authentication, device management to the remoteTech react native expo application.

Awesome Lists containing this project

README

          

# RemoteTech Server

## Server for RemoteTech App
[https://github.com/tanmayvaij/remotetech-app](https://github.com/tanmayvaij/remotetech-app)

### 1. First create a .env file and add MONGO_URI and JWT_SECRET_KEY

### 2. install dependencies
```sh
yarn
```

### 3. start server in development mode

```sh
yarn dev
```