Skip to content

redhendery/blogus-latinus

Repository files navigation

Blogus Latinus

A Blog Site based off of a spec for a Tech Screen I did for a job interview. Built so I could learn how to do the one thing I couldn't do in the test.

Built with:

  • Bulma CSS
  • Webpack
  • MongoDB
  • Ruby version 2.7.1
  • Node version 12.16.1
  • Ruby on Rails version 6.0.2.2
  • To run, clone this repository:
    git clone https://github.com/redhendery/blogus-latinus
    Open directory:
    cd blogus-latinus
    Install Dependencies:
    bundle install
    yarn install

    Check you have MongoDB server running. Follow link below if you need instructions: https://docs.mongodb.com/manual/tutorial/manage-mongodb-processes/

    Seed The Database
    rails db:seed
    Start Webpack Server
    bin/webpack-dev-server
    Start the Rails in a new terminal window and enjoy!
    rails server

    You can create a user if you wish to, or there is a user seeded with the database as follows:

    
    username: user@email.com
    password: password
    

    About

    An Extension on a Job Test I Did So I Could Learn More

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published