- Nodejs
- SQL
- .env file
-
After cloneing the repo open the folder in cmd and run the following command to install all third part bakages
> npm i
-
Create .env file which have to include important parametarts :
- PORT
it should be like that :
> PORT=3000
-
Create SQL Database and name it sequelizedb
npm run devServer
Service |
---|
User |
This service is for add new users "either by google or normal sign up", provide authentication, and set JWT
URL | Type |
---|---|
/adduser | post |
For add new user as a seeker the request body should contain the next values
Field | Description |
---|---|
required and unique | |
password | required |
role | either "Seeker" or "Company" |
fname | required for seekers |
lname | required for seek |