Backend-Express-postgresql

The following backend project was created with node js , and postgreSQL database.

This project is in charge of managing the business logic of a virtual store, taking into account logged in users and products.

🚀 Project setup

Use git to clone the project.

git clone https://github.com/AlexisBustamante/backend-Express-postgresql

🤚Important!

configure .env.example

#Node this proyect use node version 14.x

nvm list
nvm use 14
npm install

##postgreSQL

In the root folder of the project you must create a folder named "postgres_data" for use with docker

#Docker

docker compose up
docker ps
docker inspect 'idcontainer'

##Squelize initial migration.

npm run migrations:run

☄️ Usage

Open in VS code Open a terminal npm run dev

npm run dev

🛠️ Technologies

Javascript
Node js
Express
Sequelize
NodeMailer

👷‍♂️ Author


Alexis Bustamante
🚀

Gmail Badge