Skip to content

A local directory project utilizing the Sinatra framework and a Minitest test suite, featuring base security measures such as username/hashed password authentication, and user-specific functionality.

Notifications You must be signed in to change notification settings

mindyzwan/file-based-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Based CMS

A local directory project utilizing the Sinatra framework and a Minitest test suite, featuring base security measures such as username/hashed password  authentication, and user-specific functionality. 

Setup

Clone this repo to your desktop and run bundle install to install all the dependencies.

Usage

Once the dependencies are installed, you can run ruby app.rb to start the application. You will then be able to access it at localhost:8080

Sign in with "admin" and "hallo"

Testing

Run bundle exec ruby tests/app_test.rb

About

A local directory project utilizing the Sinatra framework and a Minitest test suite, featuring base security measures such as username/hashed password authentication, and user-specific functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published