Find user campaigns
- npm install
- Input your database information connection information in the sql-pool.js file. This is under the database folder.
- View file create.scripts.sql in the database folder, and run the table create scripts for your Postgres database in the order.
- Input the information from the .csv file using the scripts in database-upload.sql. Make sure to use the User_info.csv file in the database folder, the scripts work specifically for this .csv format.
- npm run dev for development mode. This concurrently runs client and server files.
For Production:
npm run webpack
For Testing:
npm test
This project is licensed under the MIT License - see the [LICENSE.md]