Giter VIP home page Giter VIP logo

nigelhaney.me's Introduction

nigelhaney.me

This project features the majority of the code used for my site at nigelhaney.me. In this readme, you will find descriptions of the different directories present in this project.

FishGame

This directory features the source code for the game Stay Off the Line! found at https://nigelhaney.me/games/fish. It has been modified slightly to support submitting to the global leaderboard.

backend

This directory features the entire codebase for the backend service powering my website. It is a RESTful API using the Python Flask framework. To run the API, you must install a virtual environment using the installvenv script. After that you may run the production server with portfolioapi/run_prod.py and the development server with portfolioapi/run_dev.py. To run all tests run tests/MainTestRunner.py.

blogsubmitter

This directory is a small utility tool that I use to submit blog posts using the service. It converts a markdown file, title, and excerpt into the correct JSON request format for my server.

frontend

This directory features the frontend of my website. It is written in React JS and styled using react-bootstrap.

sql_statements

This directory features the schemas of my database tables that I use for my website.

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.