Git Product home page Git Product logo

comics_geek_frontend's Introduction

README - COMICS GEEK APP (FRONTEND)

Welcome to Comic Geek App! This is a simple JavaScript app using Ruby on Rails as an API. At its core, Comics Geek Web App features a cataloging system that you can use it as a database to list your comicbook archieve.

You will have the ability to: Index, Create and Delete Comicbook Listings

Installation

Backend Installation Fork the repository from at https://github.com/korayozkal/comics_geek_backend and clone it Run bundle install to install gems (If you don't have bundler, first run gem install bundler) Set up the database with rake db:migrate && rake db:seed command in your terminal. Run rails s in your terminal to run the app locally at localhost:3000 in your browser.

Frontend Installation To run the frontend, fork the repository at https://github.com/korayozkal/comics_geek_frontend and clone it. In a new terminal type open index.html The app is running on Postgres. Make sure you are runnning Postgres on your computer. If it's not on your computer, you can download at https://postgresapp.com/

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/korayozkal/comics_geek_backend and https://github.com/korayozkal/comics_geek_frontend

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

#Code of Conduct Everyone interacting in the ComicbookLibrary project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct]

Post Gress Troubleshooting for PID errors

  • Navigate to the Postgres directory. cd Library/Application\ Support/Postgres
  • Type ls to view the files in your Postgres directory. Most likely there will be a directory called var-13. Navigate to this folder cd var-13
  • The last step is to remove the postmaster.pid file. If you’d like to see all the files in the var-13 directory you can type ls -a into your terminal, otherwise, once you’re in the var-13 directory go ahead and type rm postmaster.pid This will remove the stale file and you will now be able to start your PostgreSQL server.

comics_geek_frontend

comics_geek_frontend's People

Contributors

korayozkal avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.