Skip to content

KMosc/APITRY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c792aff · Jul 23, 2021
Jun 14, 2021
Jul 23, 2021
Jul 8, 2021
Jul 23, 2021
Jun 18, 2021
Jun 5, 2021
May 21, 2021
Jun 18, 2021
Jun 16, 2021
May 21, 2021
Jun 8, 2021
May 21, 2021
May 21, 2021
May 21, 2021
Jun 19, 2021
May 24, 2021
May 21, 2021
Jul 21, 2021
Jul 21, 2021
Jun 3, 2021
Jul 16, 2021
May 21, 2021
May 21, 2021
Jun 5, 2021

Repository files navigation

README

Welcome to MonteCinema API Page

documentation

About the project!

The App uses multiple gems, You can find its list in Gemfile.

How to run an app?

Clone the project via command.

git clone https://github.com/KMosc/APITRY.git

Make sure You have your Ruby installed and its version equals 3.0.0

ruby -v

Install all needed gem files

bundle install

Database commands

### Initialize your rails databse
rails db:create

### Run database migration
rails db:migrate

### If you want sample datas, run
rails db:seed

Before you run the server, make sure your postgres and redis-sever are running, if not. Restart it

If you want your mailer to work.

https://support.google.com/accounts/answer/185833?hl=en

Look into /config/environments/ and initialize environment variables accordingly to email config.

Change default mailers in mailer files.

If you want to start server

# Development mode
rails s
# Production mode
rails s -e production

Testing

If you want to generate Coverage of the Tests

COVERAGE=true rspec spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published