Skip to content

AnthonyTC89/hassana

Repository files navigation

Hassana Massage & HealthCare Web Page

Project Create with React and RailsAPI

Live Demo . Report Bug · Request Feature

Screenshot

Table of Contents

About The Project

This project is a Web Page for a business in Arequipa, Peru. The owner need to show his services, products, testimonials and a contact section with GoogleMaps.

Built With

Pre-Installation

  1. npm version 6.13.4 or more
  2. node version 8.17.0 or more
  3. ruby version 2.6.5 or more
  4. rails version 6.0.2.1 or more

Installation

  1. clone the repository hassana
  2. cd in to the folder and run bundle install
  3. run rails db:create && rails db:migrate && rails db:seed * (If there are problems with the service of postgresql check DB Section)
  4. cd in to /client folder and run npm install
  5. return to root folder and run rails start
  6. wait until both servers will be initialized
  7. go to localhost:3000

DataBase Setup

  1. Run: sudo apt-get update && sudo apt-get install postgresql
  2. Run: sudo service postgresql start
  3. Run: sudo -i -u postgres
  4. Run: psql
  5. Run: CREATE USER rails with encrypted password 'rails'; (with semicolon)
  6. Run: ALTER USER rails createdb;

Contact

About

Project Create with React and RailsAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published