Skip to content

initialize a backend project (to store user information, app information etc.) #44

@VigneshVSV

Description

@VigneshVSV

Currently the project is frontend only. But soon we will have many functions (based on user management) that will convert the project to fullstack. Create a new folder backend for a PERN stack project:

Rough steps:

  • move the frontend into a folder and rewire the CI job to use the frontend within the folder.
  • The express app should have one endpoint fetching some dummy information and be connected to a database successfully (using sequelize ORM). A dummy open API specification and a swagger UI must be available.
  • A docker image build for the backend is integrated into CI
  • backend is deployed into kubernetes cluster (ask for credentials) using CI job

Metadata

Metadata

Assignees

No one assigned

    Labels

    beginnerbeginner level good first issues, usually issues that can worked on without skimming the whole repogood first issueGood for newcomers

    Type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions