-
Clone the repo:
git clone git@github.com:AndrewG828/Accounting_Automation_Application_Backend.git cd Accounting_Automation_Application_Backend -
Install Dependencies:
npm install express sequelize pg pg-hstore cors dotenv bcrypt multer csv-parser json2csv axios npm install --save-dev nodemon
-
Configure PostgeSQL Database
Make sure PostgreSQL is installed and running.
Create a database.
Update your database connection string in the code or environment variables.
-
Run the app:
For development (auto-restart on changes):
npm run dev
- express
- sequelize
- pg
- pg-hstore
- nodemon
- Remember to add your .env file (for secrets like DB credentials) and add it to .gitignore.