Skip to content

hefeholuwah/Teamg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team-Granite-Backend

A Dockerized User Management App

Run the App:

  • Fork this repository
  • Clone to your local machine
  • cd into the repository and run npm install && npm start
  • The app will be running on localhost:5000

Contribute guide

If you're in team-granite-backend:

  • Pull the latest version of the repo git pull
  • Create a feature branch with your feature name, e.g: <user-pagination>
  • Create the your feature locally and commit
  • Send a PR after you have test your feature locally with Postman
  • Tell us in your PR in bullet points what you have added
  • Add yourself as a user to the database (this will eventually count for contribution points)

Features (in order of priorities)

Again, as a member of team-granite you are free to choose one. Only start working on a feature after you have confirmed that it is not already worked on:

  • add_user
  • remove_user
  • set_user_first_name
  • set_user_last_name
  • change_user_email
  • set_user_phone
  • get_user_phone
  • get_user_first_name
  • get_user_last_name
  • get_user_emails
  • get_active_users
  • set_user_gender
  • get_user_gender
  • get_user_address
  • get_user_address
  • custom ids (this is not priority, but it would be nice to have custom (short) ids)

User Properties

  • _id (custom ids)
  • firs_tname
  • last_name
  • email
  • phone
  • gender (male, female)
  • status (active, inactive)
  • address

About

A Dockerized User Management App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • HTML 10.0%