Cizzors
Cizzors is a URL shortening service developed as the capstone project for the AltSchool Africa School of Back End Engineering. The project aims to disrupt the URL shortening industry by providing a simple tool to shorten URLs and customize them for branding purposes. Additionally, Cizzors offers QR code generation and basic analytics for tracking link performance.
The live version of Cizzors API can be accessed at CIZZORS.
To run the Cizzors app locally using Docker, follow these steps:
-
Ensure that Docker is installed on your system. You can download and install Docker from the official website: https://www.docker.com/get-started.
-
Clone the Cizzors repository from GitHub using the following command:
git clone https://github.com/your-username/cizzors.git
-
Navigate to the cloned repository directory:
cd cizzors
-
Build the Docker image using the provided Dockerfile:
docker build -t cizzors-app .
-
Once the image is built successfully, you can run the Docker container:
docker run -p 3001:3001 cizzors-app
The Cizzors app should now be running locally on port 3001. You can access it in your browser by visiting http://localhost:3001.
Please note that the above steps assume that you have cloned the Cizzors repository and have Docker installed on your machine. Adjust the commands accordingly based on your environment and repository configuration.
This project was developed as the capstone project for the AltSchool Africa School of Back End Engineering.