Skip to content

spartanec22832/vectors_web

Repository files navigation

Running in development mode

Dependencies:

Ruby

PostgreSQL

Node.js

Fill credentials in .env file as

VECTORS_APP_DATABASE_USERNAME = <your_postgres_username>
VECTORS_APP_DATABASE_PASSWORD = <your_postgres_password>

Install dependencies:

bundle install
npm install

Config database migrations:

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

Run the project with:

foreman start -f Procfile.dev

Before running tests do:

rails db:test:prepare  

Run tests:

rails test test/models
rails test test/controllers
rails test test/services

Our site is deployed on render.com

GitHub Repo

License

About

Repos of website project based on rails framework for ruby

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors