Skip to content

node.js con express, mongoose y dotenv#1

Merged
alejandro088 merged 1 commit intomasterfrom
propuestaMongoose
Aug 1, 2020
Merged

node.js con express, mongoose y dotenv#1
alejandro088 merged 1 commit intomasterfrom
propuestaMongoose

Conversation

@jonathanLozaiza
Copy link
Copy Markdown
Contributor

esta seria una propuesta para la estructura del backend utilizando node.js y librerias como express, mongoose, dotenv, cors y jsonwebtoken.

@@ -0,0 +1,20 @@
const mongoose = require('mongoose');
require('dotenv').config({path : 'variables.env'});
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

como convencion, vamos a utilizar nombres de archivos, variables, clases y demas en ingles.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si todo el código tiene que ser en inglés

@alejandro088 alejandro088 self-requested a review August 1, 2020 15:46
@prxy15 prxy15 self-requested a review August 1, 2020 16:22
@alejandro088 alejandro088 merged commit 6b33bb8 into master Aug 1, 2020
@alejandro088 alejandro088 deleted the propuestaMongoose branch August 1, 2020 16:28
Sergio-DC added a commit that referenced this pull request Oct 15, 2020
Verifies whether the student can enroll to a course if
it exists, the test case does not contemplate doing calls
with JWT
Sergio-DC added a commit that referenced this pull request Oct 15, 2020
All the transactions did by test_case to the tables
will be cleaned and restored
Sergio-DC added a commit that referenced this pull request Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants