Skip to content

It is an e-commerce website that sells book through online

Notifications You must be signed in to change notification settings

RabeyaMuna/Online-Book-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Online Book Store

These steps are necessary to get the application up and running..

Rule Set for PR Reviews

A list of useful rules curated from PR reviews is complied into the following doc.

Rule Set for PR Reviews

Run the Project in Development

Create your personal database config and edit it if necessary

cp config/database.example.yml config/database.yml

Create your personal environment configuration

cp .env.example .env

Install dependencies

bundle install

Create database, add migrations

bundle exec rails db:create
bundle exec rails db:migrate
Run Server
bundle exec rails server

About

It is an e-commerce website that sells book through online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages