Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tdumitrescu/sea-blog
- Owner: tdumitrescu
- License: other
- Created: 2014-01-11T00:17:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T18:09:46.000Z (almost 11 years ago)
- Last Synced: 2024-10-05T08:46:05.259Z (3 months ago)
- Language: CoffeeScript
- Size: 348 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 AppAn 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`