Skip to content

ralphminor/angularjs-simple-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

See it live at: https://angularjs-simple-crud-app.herokuapp.com/

angularjs-simple-crud-app

PROJECT DESCRIPTION

A simple AngularJS practice project with the goal of building a simple create, read, update and delete API and then an AngularJS front end that provides the user with a page to review, add, update and delete expenses. Goal is really just review and practice with AngularJS and building and using an API.

Technologies Used:

  • AngularJS 1.6.4
  • Node
  • Express
  • PostgreSQL

Run with:

  1. clone the repo
  2. npm install
  3. Create a local postgres db named 'angular-expenses-crud' ($ createdb angular-expenses-crud)
  4. Run migrations (knex migrate: latest)
  5. npm start
  6. open localhost:3000 in your browser

angularjssimplecrudapp