Skip to content

A framework for building object-oriented web applications using nodejs and MongoDB

License

Notifications You must be signed in to change notification settings

nsaenz7/amorphic-ticket-demo

 
 

Repository files navigation

Amorphic Ticket Demo

Purpose

This project demonstrates how to use Amorphic by providing a complete example. It uses MongoDB though it can easily be converted to MongoDB.

Docker

Installation

  • Install MongoDB if you have not already done so
  • Checkout this project from github
  • Do an npm update to bring in the latest node modules (NPM 3.x required)
  • Run app.js with these parameters: --dbname myticketdb -port 3001
  • Go to http://localhost:3001
  • Put the application through it's paces:
    • Register and email and password
    • Login
    • Go to Projects and create a project or two
    • Go to Tickets and create a ticket or two
  • If you want the email sending to work you need to setup an account on Mandril (see amorphic mandril)

License

Amorphic is licensed under the MIT license

About

A framework for building object-oriented web applications using nodejs and MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.6%
  • HTML 13.8%
  • JavaScript 10.1%
  • Shell 3.5%