- Node
- Express
- PostgreSQL
- express
- passport
- passport-http
- path
- morgan
- pg
- sequelize
- body-parser
- node-fetch
- Bernie Strong - React/Node
- Sean McPherson - React/Node
- Joseph Gordy - React/Node
To use this code:
- Clone this repository (
git clone https://github.com/Generosity-Market/back_end_POC.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-test. - Next type
psqlto enter the Sequelize CLI. - Then
\c generosity-testto connect to the database. \qto exit the Sequelize CLI.sequelize db:migrateto migrate all of the models and tables.- In the
config.jsonfile change the username field to your local PC or Mac's username. - Then
node server.jsornodemon server.jsto start up the project. It will run onlocalhost:3000.