Coder Social home page Coder Social logo

chess's Introduction

#Chess Site This site basically is set up to facilitate chess events and the likes.

Getting up and running.

The codebase is relays on the following:

  • JS Promises
  • Pug templating (formely know as Jade Templating)
  • SequalizeJS ORM

Setting the configs

The config/ directory accepts three filenames. 1) default.json, 2) development.json 3) production.json and uses one of these three to select the configuration values to use while running the app depending on what NODE_ENV you have sit. Never commit the development and the production config.

Building the project

You need to have nodejs on your machine.

Then run

npm installl

to install all dependencies.

If you are using mysql2 instead of sqlite as a datastore then run

npm install mysql2

Running the project

npm start

Is all you need to run to start the project.

Email

The site uses nodemailer to send and recieve emails. Set up an oauth with your prefered email provider so that it works A okay in the config.

chess's People

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.