Giter VIP home page Giter VIP logo

flipify-backend's Introduction

flipify-backend

Description

An easily accessible platform that switch deployment infastructure from one to another.

Project Stack

Python (Django) Python (Django Rest Framework)

Contribution Guidelines

The following are the guidelines for contributing to this project:

  • Fork this repository to get a personal copy on your github account
  • To clone the forked repository to your local machine, open command prompt and run:
git clone https://github.com/flipify/flipify-backend/
  • Change to the project directory you just cloned
cd flipify-backend
  • Set Upstream Remote so that changes can be pulled from upstream to your repository
git remote add upstream https://github.com/flipify/flipify-backend/
  • Checkout Your Feature Branch

Feature Branching Workflow means you create a new branch for every feature or issue you are working on. It is goood practice for the branch name to reflect the issue being issolved. So if an issue title is Update ReadMe.md then our branch name would be update-readme. create and checkout feature branch by running:

git checkout -b issue-name
  • Setup Development Environment

To setup the development environment to run project run:

pip install pipenv
pipenv install  (Be sure you have installed python 3.10 version.)
pipenv shell
python manage.py migrate
  • Set Environment Variables by creating a file called '.env' in the project directory and use the env.sample to create a template for your .env file.

  • Run python manage.py test before and after creating fixing an issue or adding a feature.

  • Write test code for any additional code.

  • After fixing the issue and passing the tests, commit the changes and push them to the feature branch of your remote origin.

git add *
git commit -m "feat: descriptive commit message"
git push origin feature-branch-name
  • Login to your github account and go to the your forked repository and make a pull request.

flipify-backend's People

Contributors

darphiz avatar gray-adeyi avatar iammrx10 avatar mayomikun-ola avatar rcoffie avatar saintmalik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.