Skip to content

Latest commit

 

History

History
124 lines (80 loc) · 3.19 KB

File metadata and controls

124 lines (80 loc) · 3.19 KB

Upbit logo

UpBit Back End

Status GitHub Issues GitHub Pull Requests


UpBit | Get it done

📝 Table of Contents

🧐 About

UpBit is website for freelancing Developers, you can also create your products with collaborating with developers..!

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

  1. Git
apt install git
  1. NodeJs
apt install nodejs
  1. NPM
apt install npm
  1. Yarn
npm install --global yarn

Installing and running

A step by step series of examples that tell you how to get a development env running.

Clone this repository to your local system.

git clone https://github.com/jsdcommunity/build_Together_Freelacing-site-for-Developers_BackEnd.git

Then go to this project directory by running command cd build_Together_Freelacing-site-for-Developers_BackEnd

Install the dependencies.

yarn install

Run the server

  • In development mode.

    yarn dev
    
  • In production mode.

    yarn start
    

Available commands to development

  • Check if any files need to be formatted ( using prettier )
   yarn check-format
  • To format all required files ( using prettier )
   yarn format-code

⛏️ Built Using

  • NodeJs - A JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Express Js - Fast and minimalist web framework for Node.js
  • MongoDB - MongoDB is a source-available cross-platform document-oriented database.

✍️ Authors

More details about contributors here.