Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tdumitrescu/sea-blog

SQL + Express + AngularJS example app
https://github.com/tdumitrescu/sea-blog

Last synced: 2 months ago
JSON representation

SQL + Express + AngularJS example app

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/tdumitrescu/sea-blog.png?branch=master)](https://travis-ci.org/tdumitrescu/sea-blog)

# SEA = SQL + Express + AngularJS
# Example App

An implementation of the [angular-express-coffee-blog](https://github.com/tdumitrescu/angular-express-coffee-blog) full-stack Javascript example, using PostgreSQL to provide a persisted data store.

## Setup

- Create and fill in `server/config/database.coffee` or `server/config/database.js` on the example of `server/config/database.coffee.example`
- Create database matching config in `database.coffee` (e.g., `psql -c 'create database sea_blog_development;' -U postgres`)
- Seed database: `./script/seed`