chkir / city-jobs

πŸ•΅οΈβ€β™‚οΈ An application to find service providers... πŸ‘·β€β™‚οΈ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

City Jobs

An application to find service providers...

NPM Version Build Status

An application to find service providers for your problem, where the person can publish the service they want someone to do, and a service provider can accept such work.

About the project

This was the first project I decided to produce, I started to produce it because I wanted to apply the knowledge I already had, and also to learn and study new technologies and tools. I confess that when I started to develop the project, I did not stop to survey the functional and non-functional requirements, identify the entities, choose the tools I will work on, etc. This served me as a learning experience, because the project escalated in a way that I didn’t imagine, if I had done the previous steps, all this scalability would be clearer.

Installation

Cloning the Repository

$ git clone https://github.com/hmartiins/city-jobs
$ cd city-jobs  

Inside the backend folder, execute:

$  yarn 
$  node src/index.js 
or
$ npm install 
$ node src/index.js 

Inside the web folder, execute:

$ yarn 
$ npm start 
or
$ npm install 
$ npm start 

Contributing

  1. Fork it (https://github.com/hmartiins/city-info)
  2. Create your feature branch (git checkout -b feature/...)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/...)
  5. Create a new Pull Request
or
  1. Go to Issues
  2. Create a new issue
  3. Say something you would like there and click on "Submit new Issue"

Meta

Henrique Martins – @Henrique Martins – hmartins224@gmail.com

https://github.com/hmartiins/

About

πŸ•΅οΈβ€β™‚οΈ An application to find service providers... πŸ‘·β€β™‚οΈ

License:MIT License


Languages

Language:JavaScript 59.5%Language:CSS 17.3%Language:Java 7.8%Language:Ruby 6.6%Language:Objective-C 5.5%Language:Starlark 2.4%Language:HTML 0.9%