This is a clothing store created for the Asian community, such as India, Siri Lanka, Bangladesh, and Pakistan. I implemented a search options in this application. Users can search by gender, age; such as under 4, and few more search option. I implemented a payment system using Stripe.
http://dressupp.herokuapp.com/
* HTML is a Hypertext Markup Language, the code that describes web pages. * CSS is short for Cascading Style Sheet and it allows web developers to alter the layout and appearance of their web pages. * It is a programming language that lets you insert bits of code into a website to make pages more versatile. * Ruby on Rails is an open-source server-seide programing language which helped me made this application * Ruby version `ruby 2.5.1` * Rails version `rails 5.1` * Postgres was my choice for database in production, and it also works well with heroku. * Sqlite was used in development which is a lite database engine. * Bootstrap is open-source front-end framework library which helps with styling an application.-
Clone or fork the repository to your local computer.
-
Follow these commands
-
Database creation
rake db:seed
-
Database initialization
rake db:migrate
Finally
rails s
- Enter
localhost:3000
on your browser to run the application