Skip to content

AndrewG828/Accounting_Automation_Application_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounting_Automation_Application_Backend

Setup

  1. Clone the repo:

    git clone git@github.com:AndrewG828/Accounting_Automation_Application_Backend.git
    cd Accounting_Automation_Application_Backend
    
  2. Install Dependencies:

    npm install express sequelize pg pg-hstore cors dotenv bcrypt multer csv-parser json2csv axios
    npm install --save-dev nodemon
    
  3. Configure PostgeSQL Database

    Make sure PostgreSQL is installed and running.

    Create a database.

    Update your database connection string in the code or environment variables.

  4. Run the app:

    For development (auto-restart on changes):

    npm run dev

Dependencies

  • express
  • sequelize
  • pg
  • pg-hstore
  • nodemon

Notes

  • Remember to add your .env file (for secrets like DB credentials) and add it to .gitignore.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors