Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 961 Bytes

File metadata and controls

62 lines (40 loc) · 961 Bytes

Library Management System Server

Backend project for Library Management System built using Node.js, Express and MongoDB

Requirements

Getting Started

Clone the repo and make it yours:

git clone --depth 1 https://github.com/pateljanvi03/library-management-server
cd library-management-server

Install dependencies:

npm install

Set environment variables:

cp .env.example .env

Running Locally

npm run dev

Running in Production

npm run start

Lint

# lint code with ESLint
yarn lint

# try to fix ESLint errors
yarn lint:fix

# lint and watch for changes
yarn lint:watch

Boilerplate Used from

License

MIT License - Janvi Patel