/code-snippet-db

simple code sinppet database service with eslint integration

Primary LanguageTypeScript

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