Skip to content

tygll/msgboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Message Board

A very basic messaging board I developed as a final project in a web applications class. It was designed around meeting the requirements of the assignment, so the functionality is intentionally limited.

Users can create accounts, log in, and post messages on individual forums. Messages are stored in an SQL database and can be viewed by other users. Users with the "admin" role can access a list of all users. The application uses the World Time API to generate timestamps for each message.

Table of Contents

Installation

To install the necessary dependencies, run the following command:

npm install

Launching

To launch the server, run the following command:

node server.js

Testing

You can test the application by visiting the following URLs:

Default Admin Credentials

If no user named "admin" already exists, a user with admin privileges will be created. Use the following default admin credentials:

  • Username: admin
  • Password: admin

Make sure to change the default password for security reasons after the initial setup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published