Skip to content

joshbaileydev513/Brick-That

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brick That

Description

Brick That is a Lego mosaic generator built with Node and Express, and templated with Handlebars. The app can create user accounts and store their generated artwork on a server-side library using the Sequelize ORM for MySQL.

Installation

A few environment variables are needed in a .env file:

  • DB_NAME = lego_db: the Sequelize instance will use this database when manipulating the User and Lego models
  • DB_USER: name of the MySQL user, which is root by default
  • DB_PASS: the password for your MySQL server
npm i
npm run start:dev

The server is now running locally at http://localhost:3001

Deployment

Preview

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published