/node-shop

Node.js & Mongoose & Express shop

Primary LanguageJavaScript

node-shop

Node.js & Mongoose & Express.js shop.

Local setup

1. install dependencies

npm install

2. create .env

Create .env file with all needed credentials

3. run the project

npm start

4. go to the localhost:3000

Branches

  • master - mongoose.js
  • mongo-app - direct MongoDB requests
  • sequelize-app - SQL + sequelize.js
  • sql-app - direct SQL requests