Skip to content

rhnmht30/coderbano-dev

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit behind goelaakash79:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Coderbano


Commit Guideline

Commit message has the following pattern: --[verb]:[changes performed] Verb can be any of the following:

  • init
  • update
  • fix
  • refactor
  • log
  • removed

Sample commit messages

  • First commit after setting up a repo: --init: initial setup
  • After adding new changes: --update: added db connections
  • After making any fix: --fix: DB pool connection instetad of normal connection
  • After removing anything: --removed: redis was no longer required for todo app
  • When you moved a repeting code-block as util function: --refactor: new util to validate array payload for todos
  • After adding logs for debug: --log: added debudding logs inside update todo controller

Steps to get started:

  1. Create .env file. Run command touch .env
  2. Add PORT=3000 and MONGO_URI=YOUR_MONGO_DB_PATH in .env
  3. Run npm i
  4. Run npm start
  5. To run client, use ./run.sh

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.0%
  • CSS 30.3%
  • HTML 1.5%
  • Shell 0.2%