Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yeabtsega1/quicklink
- Owner: Yeabtsega1
- Created: 2024-06-09T11:00:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:04:48.000Z (7 months ago)
- Last Synced: 2024-11-07T05:14:26.764Z (about 2 months ago)
- Topics: ejs, expressjs, javascript, mongodb, nodejs, quicklink
- Language: EJS
- Homepage: https://quicklink-yn89.onrender.com
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)