https://github.com/danielshow/myportfolio
My Personal Portfolio 🎉 🎉 🎉 🎉 🎉 🎉 🎉
https://github.com/danielshow/myportfolio
coffeescript html javascript jquery portfolio ruby ruby-on-rails scss website
Last synced: 3 months ago
JSON representation
My Personal Portfolio 🎉 🎉 🎉 🎉 🎉 🎉 🎉
- Host: GitHub
- URL: https://github.com/danielshow/myportfolio
- Owner: Danielshow
- Created: 2019-06-11T22:09:20.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-03T23:56:57.000Z (over 3 years ago)
- Last Synced: 2025-03-25T05:42:04.861Z (over 1 year ago)
- Topics: coffeescript, html, javascript, jquery, portfolio, ruby, ruby-on-rails, scss, website
- Language: Ruby
- Homepage: https://danielshow.dev/
- Size: 10.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Portfolio
** Built with Ruby on Rails, Javascript and Jquery
This Application is a full stack application that allows user see my Profile, blogs and Portfolio
[Test App](https://portfolio-stag.herokuapp.com/)
### Ruby version
- v2.53
### Setup
- CLone this application
- Create application.yml file and add the following variables
```
JWT_SECRET=
PG_USER=
PG_PASSWORD=
```
- Run `rails db:create` to create database
- Run `rails db:migrate` to run migrations
- Run `rails db:seed` to add some data to the database
- Run `bundle install` to run all dependencies
- finally run `rails s` to start the server
- visit `localhost:3000`
### Database creation
```
rails db:create
```
* Database initialization
#### Run migration using
```
rails db:migrate
```
* How to run the test suite
rspec
## Stack
- Ruby on Rails
- Jquery
- Coffeescript
## Limitation
Still in Development
## Contribution
- Clone this Repository and raise a pull request