noname0310 / code-snippet-db

simple code sinppet database service with eslint integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-snippet-db

alt text

simple code snippet database with eslint integration

Features

  • Add code snippets
  • Search code snippets
  • Lint code snippets with eslint

Installation instructions

Requirements

  • Node.js
  • npm
  • mysql
  • mailserver

Run development server

for start server first set the environment variables in the server/src/const.ts and server/src/secret.ts files

then run the following commands

cd server
npm install
npm watch

for start client set the server url in the src/constants/apolloClient.ts file

then run the following commands

npm install
npm start

Build production

for build production run the following commands

npm run build
cd server
npm run build

About

simple code sinppet database service with eslint integration


Languages

Language:TypeScript 98.1%Language:JavaScript 1.2%Language:CSS 0.3%Language:HTML 0.3%Language:EJS 0.1%