Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeabtsega1/quicklink

A QuickLink made with the help of Node.js and MongoDB as Database.
https://github.com/yeabtsega1/quicklink

ejs expressjs javascript mongodb nodejs quicklink

Last synced: 5 days ago
JSON representation

A QuickLink made with the help of Node.js and MongoDB as Database.

Awesome Lists containing this project

README

        

# QuickLink

A QuickLink made with the help of Node.js and MongoDB as Database.
## Demo

## Features

- Shorten Your URLs Easily
- Add Custom Alias

## Run Locally

Clone the project

```bash
git clone https://github.com/Yeabtsega1/QuickLink.git
```

Go to the project directory

```bash
cd QuickLink
```

Install dependencies

```bash
npm install
```

Start the server

```bash
node app.js
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`MONGOOSE_URI= `

`BASE_URL= `

## Documentation

- [Node.js](https://nodejs.org/en/docs/)
- [Express.js](https://expressjs.com/)
- [EJS](https://ejs.co/#docs)
- [Mongoose](https://mongoosejs.com/docs/guide.html)