Welcome to the Clothes Store Application.
This is a basic web app buid with react as front end and rubu on rails in the back end.The application allow you to add, edit, show and delete a product.
Clone this repo, and type the commands below to start the front end
$ cd clothes-store/client
$ npm install
$ npm start
Open a new terminal and run the rails web server using port 3001
$ cd clothes-store
$ bundle
$ rails db:migrate
$ rails s -p 3001
OR as I use foreman you can just type this commande while inside the root of the app
$ rake start
Bug reports and pull requests are welcome on GitHub at https://github.com/dowpm/clothes-store/tree/basic-app. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
This app is available as open source under the terms of the MIT License.