Skip to content

Wiktor-Bruy/note-hub-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note-hub-backend

This is one of the projects I worked on during my studies. It's a small backend for a recording app. It integrates with the MongoDB database. It also adds user authorization and registration. It also protects private routes from unauthorized users and allows file uploads (in this case, images) via cloud storage.

Tech Stack

  • Framework:

    Node.js
  • Libraries:

    express mongoose handlebars

    and others 📚

How to use

  1. Copy this repository:
    git clone + (SSH or HTTPS key)
    
  2. Install dependencies:
    npm install
    
  3. Next, you can run the project in development mode and in production mode:
    npm run dev
    or
    npm run srart
    

About

homework-node-js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors