Giter Site home page Giter Site logo

buzzle's Introduction

Buzzle

Buzzle is a better clone of Twitter.

Required Software

  • Node.js with npm (version 12 or higher)
  • MySQL (version 8 or higher)

Deployment

To start the app, first create a .env with the following parameters:

  • BUZZLE_DB_HOST with a database host
  • BUZZLE_DB_PORT with a database port
  • BUZZLE_DB_NAME with a database name
  • BUZZLE_DB_USER with a database user
  • BUZZLE_DB_PASS with a database password
  • BUZZLE_DB_DIALECT with a database dialect
  • BUZZLE_SESSION_SECRET with a session secret for cookies processing
  • BUZZLE_HASHING_ROUNDS with hashing rounds
  • BUZZLE_PORT with the port of the web application
  • BUZZLE_ADMIN_USER with the login name of the administrator
  • BUZZLE_ADMIN_PASS with the password of the administrator's account

For example:

BUZZLE_DB_HOST=localhost
BUZZLE_DB_PORT=3306
BUZZLE_DB_NAME=buzzle_db
BUZZLE_DB_USER=buzzle_db_user
BUZZLE_DB_PASS=...
BUZZLE_DB_DIALECT=mysql

BUZZLE_SESSION_SECRET=...
BUZZLE_HASHING_ROUNDS=8

BUZZLE_PORT=8080

BUZZLE_ADMIN_USER=chief
BUZZLE_ADMIN_PASS=...

After that, install npm dependencies and start the server.

npm install
npm start

Credits

Buzzle was created by Dmitrii Toskaitov [email protected]

buzzle's People

Contributors

toksaitov 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.