Skip to content
/ ChibiURL Public

The URL shortening Service including URL customization and Analytics

License

Notifications You must be signed in to change notification settings

rex-9/ChibiURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

53 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“— Table of Contents

πŸ“– Chibi URL

Chibi Url - the Url shortening service.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Display URLs (including how many times the link is clicked)
    • My URLs
    • Public URLs
  • Copy URLs
  • Create URLs (with Error Handling)
  • Delete Owned URLs
  • Sign In
  • Sign Up
  • Sign Out

Video Presentation

(back to top)

Screenshots

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/rex-9/ChibiURL.git

Install

1. Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd <ChibiURL>

2. Install the gems:

bundle install

3. Set up the database with your credentials:

  • setup the database environment in
config/database.yml

4. Create the databases:

rails db:create

5. Migrate the databases:

rails db:migrate

6. Seed the dummy data: (Optional)

rails db:seed

6. Install NPM packages:

npm i

7. Build and Watch Tailwindcss:

rails tailwindcss:watch

Usage

To run the project, execute the following command:

7. Run the server:

rails server

Run tests

To run tests, run the following command:

Example command:

  bin/rails rspec spec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Rex

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please kindly offer me opportunities for further contributions.

(back to top)

πŸ™ Acknowledgments

I would like to thank Helpjuice for giving the Inspiration and Opportunity to build this project.

(back to top)

❓ FAQ

  • How did you create this Chibi URL step by step?

    • You can check my commit history. I did as simple as I could. If it's hard to understand, you can easily reach out to me.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The URL shortening Service including URL customization and Analytics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published