Skip to content
#

nodejs-development

Here are 77 public repositories matching this topic...

nodejs-hackathon-boilerplate-starter-kit
Dimitreee
Dimitreee commented Sep 6, 2020

Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.

So at the point of this issue we should improve dev mode and add auto-rebuild wh

API for a Blog CMS. The Blog comprises of three concept: Users, Posts and Tags. The CMS will handle creating and authenticating users (using JWT). Tags will be used as a taxonomy to group posts. A post belongs to many tags and a tag can have many posts. Authenticated users are able to perform CRUD tasks like creating posts and tags.

  • Updated Jan 20, 2018
  • JavaScript

Improve this page

Add a description, image, and links to the nodejs-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nodejs-development topic, visit your repo's landing page and select "manage topics."

Learn more