- 📗 Table of Contents
- 📖 [ViaTick Mapbox on Rails]
[ViaTick Mapbox on Rails] is the backend of the coding assignment assigned to my by ViaTick.
Frontend of this Project can be found here
Client
Server
Database
- Add Pins to the Map
- Generate the nearest Routes
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/ViaTick-Mapbox-Be.git
you@your-Pc-name:~$ cd <ViaTick-Mapbox-Be>
bundle install
- setup the database environment in
config/database.yml
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server
👤 Rex
- Github: @rex-9
- Medium: @rex9
- LinkedIn: @rex9
- Facebook: @htetnaing0814
- Foundit: @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 Edmund@Viatick for giving the Inspiration and Funds to build this project.
-
How did you create this Rails Backend 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.