Skip to content

A blogging system in CongaJS to help get you started with security, bass, and some fundamentals.

Notifications You must be signed in to change notification settings

congajs/conga-blog-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conga-blog-project

This is a conga.js demo project which demonstrates how to use many of the core conga bundles to create a real world application.

Note: you must have mongodb installed and running in order to run this example.

Installation

Clone this repository:

$ git clone [email protected]:congajs/conga-blog-project.git my-project

Change in to directory and install npm dependencies:

$ cd my-project
$ npm install

Create the parameters config file:

$ cp app/config/parameters.yml.dist app/config/parameters.yml

Run the database fixtures to get initial demo data:

$ conga bass:fixtures

To start up the application, run:

$ npm start

or to run through nodemon and restart on file changes:

$ npm run watch

Then open up http://localhost:3000

About

A blogging system in CongaJS to help get you started with security, bass, and some fundamentals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published