An open API service indexing awesome lists of open source software.

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 🎉 🎉 🎉 🎉 🎉 🎉 🎉

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