Staff Cloud is a simple and easy to use application that is about business and employment-oriented online services that operate via websites, anywhere. It lets companies to offer jobs so the interested individuals can apply for the best job that they seek for. Our application implements trusted Authentication processes that secure your information.
- Once the user enters the website, List of the Jobs offered by companies are listed.
- The user will find the Description, Salary of the Job and the Name of the Company that's offering.
- The user can see when the job was created.
- The user can navigate to sign up and login through the header.
- In the sign up form, The user will enter the required information.
- Once the user has registered, he will be told to navigate to login to complete his verification process.
- The user will Login with his information.
- Once the use has logged in, he will be able to Offer Jobs.
- The user will be able to delete his own jobs.
- As a user I should be able to show all jobs without logging in.
- As a user, I must be able to create an account on the site.
- As a user, I must be able to login using the email and password I registered with in.
- As a user, I should be able to add job.
- As a user, I should be able to delete jobs that belong to me.
https://github.com/GSG-G11/Staff-Cloud.git
cd Staff-Cloud
code .
npm install
npm start
==> For run Project
npm run build
==> For build database
add .env file and write like this:
DEV_DATABASE_URL=postgres://[user]:[user_password]@localhost:[database_port]/[database_Name]
JWT_SECRET = [user_secret]
You are welcome to visit the website Here.