Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: nest starter app with typeorm and mongo db #36

Merged
merged 4 commits into from
Oct 28, 2021

Conversation

nunocaseiro
Copy link
Contributor

Relates to #31

Proposed Changes

  • Creation of nestjs project
  • Creation of docker-compose to containerise the mongodb. After building up it runs an init-script to create a specific db and the user to the backend.
  • Create database module on nestjs app that contains the typeorm connection to db

This pull request is intended to close #31

@nunocaseiro nunocaseiro self-assigned this Oct 27, 2021
@nunocaseiro nunocaseiro requested a review from a team October 27, 2021 12:19
@nunocaseiro nunocaseiro marked this pull request as ready for review October 27, 2021 12:20
@nunocaseiro nunocaseiro changed the title feat: nest app starter app with typeorm and mongo db feat: nest starter app with typeorm and mongo db Oct 27, 2021
backend/package.json Outdated Show resolved Hide resolved
backend/src/app.module.ts Show resolved Hide resolved
backend/src/main.ts Outdated Show resolved Hide resolved
backend/src/main.ts Outdated Show resolved Hide resolved
backend/package.json Outdated Show resolved Hide resolved
Copy link
Member

@rpvsilva rpvsilva left a comment

Choose a reason for hiding this comment

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

Great work here 🔥 Good job!!

@nunocaseiro nunocaseiro merged commit 53a07ae into xgeekshq:main Oct 28, 2021
@nunocaseiro nunocaseiro deleted the feature-backend-nest-app branch February 8, 2022 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Nestjs starter project
3 participants