- Node
- Express
- PostgreSQL
- express
- passport
- passport-http
- path
- morgan
- pg
- sequelize
- body-parser
- node-fetch
- nodemailer
- stripe
- Joseph Gordy - React/Node
To contribute to this repo:
- Clone this repository (
git clone https://github.com/Generosity-Market/gm_prod_server.git) to a local directory. cdinto the directory.- Use
npm installin the terminal to install all dependencies from thepackage.jsonfile. - To create the database on your local machine type
createdb generosity-devandcreatedb generosity-test. - Next type
psqlto enter the Sequelize CLI. - Then
\c generosity-devto connect to the database. \qto exit the Sequelize CLI.sequelize db:migrateto migrate all of the models and tables.- Then
npm run devto start up the project. It will run onlocalhost:3002.