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.
- 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)’
- Install dependencies by running
npm i
- Get it started and run
npm run dev
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.
Jimmy Tran |
Ivy Wang |
Tadd LeRoque |
Kyle Slugg-Urbino |