Skip to content

A demo using Rails6, React, Docker, Docker-compose, Rails_Admin, Nginx, Rspec, JWT, and more.

Notifications You must be signed in to change notification settings

Abdullah-F/movies_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

movies_demo

A demo using Rails6, React, Docker, Docker-compose, Rails_Admin, Nginx, Rspec, JWT, and more.

how to run the app:

1-cd to the backend directory and run docker-compose up
2-cd to the front end directory and run docker-compose up

  • the backend will be availbale at : localhost:3000.

- the fron end will be abvailable at: `localhost:3001`
- the admin panel will be availbale at: `localhost:3000/admin` (check the seed.rb to find the pre-created user and use it)
- the app is minimal

how to run the tests:

for the backend:
1- type docker exec -t movies_backend_app_1 /bin/bash <br> 2- run bundle exec rspec` all tests are written first following a TDD approach
for the fron-end: 1-not tests are written.

About

A demo using Rails6, React, Docker, Docker-compose, Rails_Admin, Nginx, Rspec, JWT, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published