- 📗 Table of Contents
- 📖 [React on Rails]
Chibi Url - the Url shortening service.
Client
Server
Database
- 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
-
Public URLs Page
-
Sign In Page
-
Sign Up Page
-
Create Chibi URL Page
-
My URLs Page
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/rex-9/ChibiURL.git
you@your-Pc-name:~$ cd <ChibiURL>
bundle install
- setup the database environment in
config/database.yml
rails db:create
rails db:migrate
rails db:seed
npm i
rails tailwindcss:watch
To run the project, execute the following command:
rails server
To run tests, run the following command:
Example command:
bin/rails rspec spec
👤 Rex
- Github: @rex-9
- Medium: @rex9
- LinkedIn: @rex9
- Facebook: @htetnaing0814
- Angelist: @rex9
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please kindly offer me opportunities for further contributions.
I would like to thank Helpjuice for giving the Inspiration and Opportunity to build this project.
-
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.
This project is MIT licensed.