GetJob project platform
- python3
- python-virtualenv
- nodeenv
In your terminal(Linux):
- Create a NodeVirtualEnv:
$ nodeenv GetJob/
- Navigate into it:
$ cd GetJob/
- Activate the env source to your terminal:
$ source bin/activate
- Clone the repository:
$ git clone https://github.com/wisestudios-com-br/GetJob.git
- Navigate into the project folder:
$ cd GetJob/
- Install the requirements:
$ npm install
This project use TAB(not space) of the size 4.
In your terminal, and inside the project folder:
- Start the node server:
$ npm start