0.3.17 • Published 10 years ago

bula v0.3.17

Weekly downloads
80
License
-
Repository
-
Last release
10 years ago

bulajs

Bula!

Bula means hello in Fijian. Bula!

Bula is a ready-made express-based application using MySQL. There is plenty more to come soon, but the idea is to have an installable application using MySQL, Redis, and Angular, complete with tests and docs. Hence, more to come.

Install

Quick Install

The following:

node bin/bula.js -a 'My Application' -p ~/Desktop

Gets you:

~/Desktop/my-application

So:

node bin/bula.js -a 'My Application' -p ~/Desktop
cd ~/Desktop/my-application
npm install
node app

...installs the app, its dependencies, and starts it.

DB

Example config:

mysql> CREATE DATABASE bula;
mysql> GRANT ALL PRIVILEGES ON bula.* TO "bula"@"localhost" IDENTIFIED BY "bulapass";
mysql> FLUSH PRIVILEGES;
mysql> EXIT

Test

To run the bula test:

// To be written.

To run the locally installed application's tests: (requires that create a test database)

npm test

Troubleshooting

Error: req.flash() requires sessions

If you get Error: req.flash() requires sessions, it most likely means that the server cannot connect to redis.

0.3.17

10 years ago

0.3.15

10 years ago

0.3.14

10 years ago

0.3.13

10 years ago

0.3.12

10 years ago

0.3.10

10 years ago

0.3.9

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago