Skip to content

Upvote is the single, best place for everyone to ask and answer any question.

License

Notifications You must be signed in to change notification settings

riteshsahu/upvote

Repository files navigation

Upvote Logo

Upvote is the single, best place for everyone to ask and answer any question.

Screenshot

More Screenshots Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9 Screenshot 10

Environment Setup

  1. Make sure correct node version is installed as per package.json and php version as per composer.json
  2. Install dependencies npm i and composer install
  3. Make sure .env file is present with the required keys, look at .env.example for reference
  4. Generate app key - php artisan key:generate
  5. Link storage to public folder - php artisan storage:link
  6. Run Development Server - npm run watch and php artisan serve
  7. Run database migrations - php artisan migrate
  8. Seed database - php artisan db:seed
  9. Should be running at localhost:8000

Telescope

  1. Publish telescope assets - php artisan telescope:publish
  2. Access telescope at - http://localhost:8000/telescope

Note: main is stable branch

MySQL - 8.0 Redis - 7.0 Composer 2.5.5

Test Credentials

Email - ritesh@example.com Password - password

Email - elon@example.com Password - password

About

Upvote is the single, best place for everyone to ask and answer any question.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published