Monica-Macharia / vitu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vituvizuri

Live Demo

project1.webm

forthebadge
forthebadge
Codacy Badge contributions welcome Maintenance License

Vituvizuri is an e-commerce web interface that can be used for obtaining different fashion designers. The web deals with a large range of products from hoodies to shoes and provides a platform where user can obtain different designs of their choice deDeveloped on their test.

The source code is open so that you can download the source code and set it up with ease if you would like to have your own exclusive environment.

Web Site System Wears

App Screenshots

Desktop App Home Desktop App Products Products in Cart About us
Screenshot-from-2022-10-14-01-32-31

Folder Structure

What (This Vituvizuri) ?

The concept behind Vituvizuri app was to help designers create a platform where they can showcase there products and also help university students .

What (The advantage) ?

  • The app's responsive web interface helps you to browse products on any resolution device.

The project has been developed and works in:

Platforms

Platform Status
Microsoft Windows Developing
Linux Developed
Mac os Developed
Android Developed

Built With

Clone Project

git clone "git@github.com:davidnene/vitu-vizuri.git"

This Command will copy a full project to your local environment

React side

Setting up React side

    cd vituvizuri
    npm install --prefix client
    npm start --prefix client

Run react side Project

Run npm start to start rails server on http://localhost:4000/

Setting backend ruby on rails

while on the root folder run to set up required gems

  bundle install
  rails db:migrate db:seed

Run rails Project

Run rails s to start rails server on http://localhost:3000/

REST API

API Reference

  • PC - Personal Computer
  • thismypc.com:5000 - This is Thismypc web site API url. You can use your own localhost server link instead default Link.
  • ":userID" - User ID
  • ":computerKey" - Computer Key

Web API

Web API URL Description
Products list http://localhost:3000/products -
purchase http://localhost:3000/purchases -
user http://localhost:3000/users -

App API

APP API URL Description
User Login http://localhost:3000/login -

Database

Ruby on rails.

About


Languages

Language:Ruby 42.9%Language:JavaScript 40.8%Language:CSS 13.8%Language:HTML 2.4%