Skip to content

Code-Snippet-s/Code_snippets

 
 

Repository files navigation

Screenshot 2023-06-23 at 8 36 12 PM

Built With

JavaScript React Node Express MongoDB Mongoose Passport Webpack Jest Supertest HTML5 SCSS

Code Snippet

Code Snippet is a user-friendly solution for storing a colletion of code snippets from previous project in one place. Code Snippet utilizes tags to organize each snippet based on language and utility.

Getting Started

  1. Create a MongoDB database and a random string to be used as a JWTSECRET.

Create a .env file and assign the following environment variables according to your MongoDB and secret.

MONGO_URI=‘’
JWT_SECRET=‘(random string)’
  1. Install dependencies by running npm i
  2. Get it started and run npm run dev

Usage Guideline

You can add your snippet by clicking the 'Add New Snippet' button on the bottom left. You have an option to add a tag as well. All the snippets saved can be viewed on the sideBar.

snippet

Our Team


Jimmy Tran


Ivy Wang


Tadd LeRoque


Kyle Slugg-Urbino

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • SCSS 13.5%
  • HTML 0.4%