Skip to content

catherinelui2/QuikCode

 
 

Repository files navigation

QuikCode

Description


QuikCode is a developer tool that allows users to easity capture code snippets for easy access. The applicaiton also serves as a public code repository for users to search and share useful snippets. QuikCode uses password authentication to send the user to their personal page where they can access both personal code and public code. Once logged in, users can save, update, copy or delete their snippets in the code database.

Licenses

License: MIT
'A short, permissive software license. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. There are many variations of this license in use.' - exerpt from 'https://tldrlegal.com/license/mit-license'

Table of Contents


* Installation
* Usage Information
* Test Instructions
* Questions

Installation


The following dependencies should be installed:
* express-handlebars
* express
* passport bcryptjs
* express-session
* passport-local
* sequelize
* mysql2

Usage Information


*Guidelines for use:*
Permission for use must be received by one of the developers. Once permission is granted, use how you wish!
*Guidelines for Contribution:*
Contact the developers with ideas how you can contribute or improve the application. If your ideas are approved, implement them in your manner of choosing.

Test Instructions


To test the application, run npm install on all dependencies. Then, run node server.js and view in local server.

Questions

If you have questions or wish to contact the developers, you can check out:
https://www.github.com/wuzzlefump
https://www.github.com/johngarcia144
https://www.github.com/pprewitt
https://www.github.com/catherinelui2
https://www.github.com/BenSGar92

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Handlebars 1.1%
  • CSS 0.2%