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

https://github.com/adiologydev/breve

A Simple Link Shortening Service
https://github.com/adiologydev/breve

hacktoberfest

Last synced: over 1 year ago
JSON representation

A Simple Link Shortening Service

Awesome Lists containing this project

README

          

# Breve
A Simple Link Shortening Service

## Getting Started
### 1. Clone the repository
```bash
git clone https://github.com/AdityaTD/Breve.git
```

### 2. Install dependencies
```bash
cd Breve
npm install
```

### 3. Fill in the environment variables
```bash
cp .env.example .env
```

Edit the `.env` file and enter your variables.

### 4. Start the server
```bash
npm start
```

## License
Breve is licensed under the [Apache 2.0 License](https://github.com/AdityaTD/Breve/blob/main/LICENSE)