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.
- Host: GitHub
- URL: https://github.com/tanmayvaij/remotetech-server
- Owner: tanmayvaij
- Created: 2023-10-01T06:44:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T16:06:02.000Z (about 2 years ago)
- Last Synced: 2025-01-21T21:47:35.487Z (over 1 year ago)
- Topics: api-management, api-rest, authentication, nodejs, server, typescript
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```