Skip to content

This is project management server build on Nodejs, Exrpressjs with live interaction using socket.io and MongoDB as database

Notifications You must be signed in to change notification settings

yashrajillusion/linear-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linear-server

How i started

- npm init -y
- npm i -D typescript ts-node nodemon @types/node @types/express
- tsc --init or past same tsconfig.json; - then setup package.json

"scripts": { "start": "node dist/app.js", "dev": "nodemon src/app.ts", "build": "tsc -p ." },

Home Screen

image

Create Ticket Modal

image

About

This is project management server build on Nodejs, Exrpressjs with live interaction using socket.io and MongoDB as database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published