API + [NodeJS] Blocks Assistant Project Basics: Learn To Build Backend API #18
samuko-things
started this conversation in
Engineering Project Basics "Good First Issue" Tickets
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisite
Ensure that you have completed the Git & GitHub Workflow "Good First Issue" Tickets. If you have not done or completed the Git and GitHub tickets, you can find it through the project board here: git and github workflow good first issue tickets
Background
There is an aspect of the Blocks Assistant project, that involves developing backend API boilerplate templates that the CLI generates. The understanding of how a NodeJS backend API is built and how it works, is crucial to quickly becoming acquainted with how the Blocks Assistant backend API boilerplate is built and how it works. You will also learn the basics of how to document a project.
Issue description
Create a NodeJS backend API, code along with the instructor in this youtube tutorial: https://www.youtube.com/watch?v=BWUi6BS9T5Y.
Expected solution
Additional context
project-basics.md
in root of the folder that has your GitHub username in it.#good-first-issue-support
channel in our discord community server.Testing checklist
Note (to contributor taking on this task assignment): Copy and paste the testing checklist below (without this note) to your pull request body description when submitting your fix. This will guide (you and) the contributors who will review your fix to know what is important to check or test for.
Replace this inline code block with the link to your approved Git & GitHub Workflow 6th task pull request
project-basics.md
file in root of the folder that has my GitHub username in it.# Project Basics by @replace-this-text-with-your-own-GitHub-username
- API + [NodeJS] Blocks Assistant Project Basics: Replace this part of the text with your API's GitHub repository link
Beta Was this translation helpful? Give feedback.
All reactions