GithubHelp home page GithubHelp logo

georgegkas / the-wall Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 2.37 MB

My personal Blogging platform.

Home Page: https://blog.georgegkas.com

JavaScript 46.10% CSS 42.59% HTML 9.43% TSQL 1.88%
personal-blog blog-platform crud-application nodejs pug-template-engine mysql databases

the-wall's Introduction

The Wall

Personal Bloggin platform.

Some of the technologies I used are listed bellow:

  • Nginx web server (used as reversed proxy)
  • Node.js (for server-side javascript)
  • Express.js
  • Pug Template Language (main template view system)
  • Gulp.js (work-flow automation)
  • Node-jasmine (js suit for testing)
  • Mysql (main databse system)
  • SEO optimizations
  • Wireframing (Adobe InDesign was used)
  • SCSS
  • Bootstrap framework

Documentation

Documentation support was provided for the database models located under (app/models/database). Please refer to etc/README.md for more details.


Caution: This project was not designed for use outside my own enviroment.

However, you are able to run the project locally from npm. The Database schema is under etc/mockups/db_schema/ path. To run the app you have to create a config.js file under app/config folder. The structure of the file is given bellow:

export default {
 development: {
   app: {
     admin_email: '',
   },
   db: {
     host: '',
     user: '',
     password: '',
     database: '',
   },
   server: {
     port: '',
   }
 },
 testing: {
   app: {
     admin_email: '',
   },
   db: {
     host: '',
     user: '',
     password: '',
     database: '',
   },
   server: {
     port: '',
   }
 }
}

The admin_email property is used to indicate which author profile to use as the main admin of the blog. The email needs to be registered in the database. Feel free to update the app.js file as you like.

Run the app with:

npm run serve

the-wall's People

Contributors

georgegkas avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.