yashrajillusion / linear-server

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

Home Page:https://linear-server.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://linear-server.onrender.com


Languages

Language:TypeScript 100.0%