Skip to content

SincerelyBrittany/nickelodeon-js-rails-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

I DO NOT OWN ANY RIGHTS TO THE NICKELEON COMPANY, but I am a fan.

This is a simple single page application ("SPA") for nickelodeon characters. I grew up watching nickelodeon and wanted to create an application that would allow users to add and create characters, hopefully one day it can be a list of ALL characters from nick.com!

Table of Contents

About The Project

Product Name Screen Shot

This application was built with a rails backend and Javascript frontend.

Built With

Getting Started

To get the application started you must have ruby and postgresql installed on your computer. Checkout the ruby on rails getting-started-guide to learn how to install it on your device. If you need to install postgres check out the doumentation here.

Prerequisites

Before running your server, you will need to install the gems and add content to your database manually or you can use the seeds file:

To install the gems first cd into nickelodeon_backend and run the following:

bundle install

To run your migrations and update your db/schema.rb file to match the structure of the database, run the following:

rails db:create
rails db:migrate

To create data in the database, run the following:

rails db:seed
rails s

and then go to your favorite browser and visit this webpage "http://localhost:3000/characters"

Installation

  1. Clone the repo
git clone git@github.com:SincerelyBrittany/nickelodeon-js-rails-spa.git
  1. Cd into backend and install the gemfile packages
bundle install
  1. Run rails s
  2. cd into frontend and open index.html

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Connect/Follow me:

Linkedin Twitter Dev.to

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published