Skip to content

This is a conference management system application developed as a part of project at TU Darmstadt.

Notifications You must be signed in to change notification settings

pradeepb6/tk_praktikum

Repository files navigation

TK Praktikum


Getting started

  1. Clone this repo:

    git clone https://github.com/pradeepb6/tk_praktikum.git
    
  2. Install NodeJS, mongodb, grunt (globally) and bower (globally)

  3. Installs the required npm packages

    npm install
  4. Installs the required bower components

    bower install
  5. Configuration file:

    mv config_template.js config.js
  6. To create roles and dummy user please do the following steps: comment the createDummyUsers(); and uncomment createRoles();

    nodejs initdb.js
    
  7. Now comment the line createRoles(); and uncomment createDummyUsers(); and run

    nodejs initdb.js
    
  8. Rename config_template.js to config.js and add the required information in the config file.

  9. Start Node server:

    npm start
  10. Goto to your browser and access the app using localhost:3000
    You should be able to see 'Conference Management Systems' on your browser.

  11. Credentials for 'chair' are

    username: [email protected]
    password: 12345
    
  12. Credentials for 'author' are

    username: [email protected] to [email protected] 
    password: 12345
    
  13. Credentials for 'chair' are

    username: [email protected] to [email protected]
    password: 12345
    

About

This is a conference management system application developed as a part of project at TU Darmstadt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published