Skip to content

chauhankiran/butler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Butler

Simple CRM System

The application is created in JavaScript/Node with Express framework. PostgreSQL database is used via postgres package.

Prerequisites

You need following on your computer.

  1. Node v20.x
  2. Postgres 14+
  3. Visual Studio Code (with Prettier Extension, Code Spell Checker, Thunder Client, Database Client)

Getting Started

  1. Clone the repo.
$ git clone https://github.com/chauhankiran/butler.git
  1. Go inside the butler folder.
$ cd butler
  1. Install the dependencies.
$ npm i
  1. Run the database queries written in scripts.sql in PostgreSQL.
  2. Rename .env.example to .env and update the environment variables defined in it.
  3. Run the application
# run in development mode using nodemon
$ npm run dev

# run in production mode.
$ npm start
  1. The application is up and running at http://localhost:3000.

About

Simple CRM System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published