Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

wisestudios-com-br/GetJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetJob

GetJob project platform

Implementation

Requirements

  • python3
  • python-virtualenv
  • nodeenv

Install

In your terminal(Linux):

  1. Create a NodeVirtualEnv:
$ nodeenv GetJob/
  1. Navigate into it:
$ cd GetJob/
  1. Activate the env source to your terminal:
$ source bin/activate
  1. Clone the repository:
$ git clone https://github.com/wisestudios-com-br/GetJob.git
  1. Navigate into the project folder:
$ cd GetJob/
  1. Install the requirements:
$ npm install

Observation

This project use TAB(not space) of the size 4.

Usage

In your terminal, and inside the project folder:

  1. Start the node server:
$ npm start