Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 685 Bytes

CodeSnippetManager

code snippet manager for JS

simple React app

image of UI

prerequisites

installation

  1. run npm install in folder client
  2. run npm install in folder server
  3. create .env file with content:
     PORT=3005
     SECRET=secretString
     MONGODB_URI=mongodb://127.0.0.1:27017/codesnippetmanager
     NODE_ENV=developtment
    
    into folder server

usage

  1. npm start in server folder.
  2. npm start in client folder.