- JavaScript 99.3%
- CSS 0.7%
| .vscode | ||
| public | ||
| src | ||
| test | ||
| .env.development | ||
| .env.example | ||
| .env.production | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| next.config.js | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| yarn.lock | ||
evolving-urls
Table of Contents
About
This is a url shortener for creating branded url's to share on social media.
This project will allow a user to sign in and add url's that they want to share.
As a bonus this application also keeps basic analytics on the url's and will eventually allow you to integrate with an ad platform (Like Facebook) and allow you to create custom audiences from those who click your url.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
What things you need to install the software and how to install them.
NodeJS
Installing
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
git clone https://github.com/evolvingsoftware/evolving-urls
Navigate to directory
cd evolving-urls
Install Dependencies
yarn
Add Environment Variables
Add Mongo Connection URI
mongoURI="mongodb://127.0.0.1/url-shortener"
Update BaseURL
baseUrl="shorter.mydomain.com"
End with an example of getting some data out of the system or using it for a little demo.
Usage
Add notes about how to use the system.