enis-memic / booking_app_api

MIT License
0 stars 0 forks source link

Final Capstone - Booking-app #35

Closed enis-memic closed 11 months ago

enis-memic commented 11 months ago

Booking-app

Frontend PR

Api docs

Frontend repository

Authors

:warning: Important

Important steps after installing project to local machine
  1. Please create .env file and add this line SECRET_KEY_BASE = your secret key.
  2. Generate secrey key by running command rails secret
  3. Check Ruby version and database.yml file. ( Insert your username and password if there is required)
  4. Please run rails db:create and rails db:migrate.
  5. Please run rails db:seed for gathering all the cars and admin user.
  6. Login for admin is: (email: admin@admin.com ; password : password)
To see app running locally

Happy Devloping

CelebrationGIF