Git Product home page Git Product logo

aweb's Introduction

Aweb

Project for creating database relations between users using layout design from Layout Design

Screenshot

Screenshot of the webpage

Getting Started

Clone the repository into your local computer.

Prerequisites

Ruby, '2.6.4'

Ruby on Rails, '~> 6.0.2', '>= 6.0.2.1'

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate
   rails db:seed

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Running the tests

Tests are ran with the command on the console in the project root directory:

Rspec --format document

Deployment

In order to deploy it to Heroku, then one the console in root directory of the project run commands in order shown below (current branch needs to be master):

heroku apps:create <app-name>

git add .
git commit -m "Deploy to Heroku"
git push heroku master

heroku run rails db:migrate
heroku open

Built With

Authors

๐Ÿ‘ค Jaak Kivinukk

Screenshot Image

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

aweb's People

Contributors

jaakal avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.