taylan32 / asana-clone-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asana-backend

  • Simple crud backend project using Node.js and express.
  • mongoose as database.
  • winston as logger.
  • joi as validator.
  • crypto.js for hashing.
  • express-fileupload for uploading files.
  • Mainly focused on project achitecture and folder structure so some routes are not fully implemented

Er diagram

alt text

npm install

Installs required packages

npm start

Runs app. Don't forget to configure .env file

About


Languages

Language:JavaScript 100.0%