Skip to content

mohitncode/meetroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Instructions

  • Clone the repository
  • Change to the directory where you extracted the files to and open a terminal window.
  • Type npm install to install the dependencies.
  • Start the node server by typing node index.js.
  • To run the tests, open a separate terminal window in the same directory and type npm test.

Below is the list of URLs:

  • Admin Dashboard - http://localhost:3000/dashboard
  • Meetings API - http://localhost:3000/meetings
  • Logout URL - http://localhost:3000/logout

The following users are available:

  • Username - john, Password - john
  • Username - jane, Password - jane
  • Username - admin, Password - admin

About

A small NodeJS app that works like a meeting / event organizer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published