UpBit | Get it done
UpBit is website for freelancing Developers, you can also create your products with collaborating with developers..!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
- Git
apt install git
- NodeJs
apt install nodejs
- NPM
apt install npm
- Yarn
npm install --global yarn
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
- Check if any files need to be formatted ( using
prettier
)
yarn check-format
- To format all required files ( using
prettier
)
yarn format-code
- 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.
- @Muhammed-Rahif - Contributor
- @shamilkotta - Contributor
- @ajeeshcp - Contributor
- @fathimafarhath - Contributor
More details about contributors here.