CloseDeal is a clone of Etsy, or LetGo, where users can post items for sale, browse other products for sale by users, post reviews on products, and add products to their shopping cart.
View our Kanban board on Trello here
- Fork and clone this repository
cd
into the new directory- Enter the following commands in your Terminal or CLI:
npm install
npm run db:init
npm run db:reset
npm run db:seed
npm start
- Get to coding!
- react & react-dom
- react-router-dom
- axios
- moment
- Express
- Morgan
- body-parser
- pg & pg-hstore
- sequelize
- bcrypt
- passport
- passport-jwt
- jsonwebtoken
- jwt-decode
- Concurrently
- Nodemon
User authentication was made possible by MANY tutorials, most noteably this one by Rishi Prasad on Medium.