Giter Site home page Giter Site logo

resell's Introduction

cowork

Requirements

1.Node Js Download
2.Git Download
3.VSCode Download

Git Setup (First time only)

git config --global user.name TechTasa

git config --global user.email [email protected]

Installation

Open Terminal In VSCODE:

git clone https://github.com/TechTasa/cowork.git
cd cowork

Select Branch

git checkout -b main

OR

git checkout -b test

OR

git checkout -b sell

OR

git checkout -b inhouse

Install Dependencies

npm install

Create .env file in root directory

image

Put credentials in .env file

image

Note: each branch will have different credentials

Run Project

npm run dev

OR

npm start

By default it will run on http://localhost:121

Making Changes & Pushing to github

git add .
git commit -m "changed this & that"  

Change "changed this & that" with the changes you made.For e.g you changed services page : "changed service page"

git push

File/Folder Structure

└── 📁Insurance Tool
    └── 📁config
    └── 📁controllers
    └── 📁middlewares
    └── 📁models
    └── 📁public
        └── 📁css
        └── 📁html
        └── 📁images
        └── 📁js
    └── README.md
    └── 📁routes
    └── server.js
    └── 📁uploads
    └── 📁utils
    └── 📁views
        └── apply.ejs
        └── asasd.ejs
        └── blogCreate.ejs
        └── blogDetail.ejs
        └── blogEdit.ejs
        └── blogList.ejs
        └── blogPageDetail.ejs
        └── blogPageIndex.ejs
        └── business.ejs                 Services/Business Loan Page
        └── career.ejs                   Career Page 
        └── careerapply.ejs
        └── contact.ejs                  Contact Page
        └── createJob.ejs
        └── createmanagement.ejs
        └── creditcard.ejs               Services/Credit Card Page
        └── dashboard.ejs
        └── editJob.ejs
        └── editmanagement.ejs
        └── home.ejs                     Home Page
        └── homeloan.ejs                 Services/Home Loan Page
        └── jobs.ejs
        └── leads.ejs
        └── loanpage.ejs
        └── login.ejs                    Login Page
        └── management.ejs
        └── micro.ejs                    Services/Micro Loan Page
        └── personal.ejs                 Services/Personal Loan Page
        └── resume.ejs
        └── resumes.ejs
        └── services.ejs                 Services Page
        └── signup.ejs

resell's People

Contributors

techtasa avatar umairfarooqlone avatar

Watchers

 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.