Skip to content

💥 a collaborative comic book web app for users to users to view, share, and contribute to online comics

License

Notifications You must be signed in to change notification settings

catherineleung/sumcomics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DimSumSquad

Visit https://sumcomics.herokuapp.com/ for the most recently deployed web build!

Note: Not maintained so may be outdated / broken

Getting Started

  • Install application dependencies: npm install
  • Install typescript: npm install -g typescript
  • Navigate to: /types/
  • Initialize Git repo in /types/: git init
  • Clone typescript header files: git clone https://github.com/borisyankov/DefinitelyTyped
  • Navigate back to the main directory: /
  • Start the application: npm start

Class Associations

  • Refer to the UML.pdf

Important Files/Folders

Folders

  • /app: contains /models/ and routes.js (which contains the AJAX routing calls).
  • /config: contains backend javascript files that handle the user login and sign up system and holds the database route.
  • /app/models: contains the implemented schemas for the program.
  • /public: contains files and javascript files that interact and are used by the application
  • /public/js: contains angularjs controllers and services
  • /public/app_images: generic web app pictures
  • /public/uploads: temporary upload storage for files which are then streamed to mongodb
  • /public/bootstrap & /public/bootstrap-tagsinput: bootstrap src files
  • /views: contains all website pages viewable by the user

Files

  • /server.js: handles setting up global variables and establishes the database connection
  • /package.json: lists the application dependencies
  • /integration-test.coffee: automated selenium black-box tests

Citations/References

About

💥 a collaborative comic book web app for users to users to view, share, and contribute to online comics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published