/Wincent

One site that I will try to include in everything to be as safe and simply in using as can be.

Primary LanguageJavaScript

The API of (to-be) Wincent.com

Wincent.com v0.1 (Initiate)

Whole net API will be running on express js module , pug will be the view engine for express.
Nodemon for faster veryfing the work . This version will includ only the home page with universal
top-menu and footer. Implemented enviromental variables.

Initialisation modules

  • express
  • body-parser
  • cookie-parser
  • nodemon
  • pug
  • dotenv

Development branch

added modules

  • express-session
  • express-validator
  • express-flash
  • mysql
  • JEST
  • bcrypt

I used JEST to test mysql based seraching for a email in a database to check if given email
is already using by someone else. Express-session needed to use epxress-flash by will also come handy
when I will be creating log in to the site. After checking a data sent to server they are inserted to table
users in a MYSQL database. In the end user is redirected to the home site with suitable message.
Names of a columns in table in none quote .

What was made untill now will be merged with master as v0.2(Registaration).

To do:

  • mixins seperate folder to stash reusable elements
  • Error handling
  • Fix footer.pug