Skip to content

KavachInterns2020/Colors_HRMS_BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colors HR Management Backend sytem

Colors recently added an Entity Relatioship Diagram which is designed on StarUML application.

Steps to user downloding or cloning...

create and enter the dir which u need to use

  1. git init
  2. git remote add origin https://github.com/KavachNetworks/Colors_HRMS_BE.git
  3. git pull origin master
  4. pip install virtualenv
  5. virtualenv env
  6. env/Scripts/activate
  7. pip install -r requirements.txt
  8. pip install django-rest-auth[with_social]
  9. cd colors
  10. python manage.py makemigrations
  11. python manage.py migrate --syncdb
  12. python manage.py createsuperuser
  13. python manage.py runserver

If there is any update in your code and if u need to reflect in editor

  1. git pull origin master

if u have update your code.. and want to update in github

  1. git add .
  2. git commit -m "add the descp"
  3. git push origin master

URL Endpoints....

About

Colors HRMS BACKEND repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages