Giter Site home page Giter Site logo

buzzle's People

Contributors

asyl2014 avatar erkinbekabdurakhman avatar sosiska2001 avatar toksaitov avatar

Stargazers

 avatar

Watchers

 avatar  avatar

buzzle's Issues

Create templates fo the common pages

  • Setup serving of static files
  • Setup a template engine
  • Create a template of the main page
  • Create a template of the registration page
  • Create a template of the login page

Setup the project

  • Create a project directory
  • Create project description
  • Create and prepare a new repository
  • Prepare project description in package.json
  • Install dependencies
  • Setup the database
  • Setup .gitignore

Add messaging logic

  • Add message creation handlers for the POST request
  • Add error checking logic for message creation
  • Improve the index page route to query and list the messages
  • Add removal logic for messages
  • Add editing logic for messages

Prepare data models

  • Setup an ORM library
  • Add the DB connection logic
  • Define the DB's schema with ORM models
  • Define DB's relations
  • Add ORM and DB syncing
  • Add logic to populate DB with initial data
  • Add password hashing with crypt

Add redux global store

  • Move error to the global state.
  • Move user to the global state.
  • Move messages to the global state.
  • Move route changes to the global state.
  • Move form handling to the global state.
  • Update tests.

Add frontend styling with Bootstrap

  • Add styling for the index page
  • Add styling for the login page
  • Add styling for the registration page
  • Add dynamic message removal through AJAX
  • Add dynamic message edition through AJAX

Add login logic

  • Setup session and cookie libraries
  • Add a login GET handler
  • Add a login POST handler
  • Add error reporting facilities
  • Add logout handling and session regeneration
  • Add the user toolbar links with login names

Add JSON API

  • Add minimum length requirement for login and password.
  • Add application/json responses for errors.
  • Add application/json responses for User routes.
  • Add application/json responses for Message routes.

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.