https://github.com/syscall97/classficationbackend
https://github.com/syscall97/classficationbackend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/syscall97/classficationbackend
- Owner: SysCall97
- Created: 2022-03-16T17:46:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T20:15:26.000Z (over 3 years ago)
- Last Synced: 2023-03-08T16:32:12.776Z (over 3 years ago)
- Language: TypeScript
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClassFicationBackend
## Installation
```bash
Step-1:
$ git clone https://github.com/SysCall97/ClassFicationBackend.git
Step-2:
Setup environment variables in .env file in the root directory
Step-3:
$ npm install
Step-4:
$ npm run dev
```
## Environment variables
```bash
- URI
- JWT_SECRET
- JWT_EXPIRE_MINUTE
```
## Technology used