An app to people publish and find opportunities.
Table of Contents
Sign Up | Sign In |
---|---|
Forgot Password - Send Token | Forgot Password |
---|---|
Home | Archived posts |
---|---|
Publish opportunity | About project |
Report page | View reported jobs |
The screens and features are described below:
-
/job/signup: user sign up page
-
/job/singin: user sing in page. There are some routes that you need to authenticate to access, and in the future some pages will be accessed based on the level of the auth user
-
/job/forgot-password: page to request a password reset, enter an email and if this email is in the database, a token will be sent to change the password.
-
/job/forgot-password?token=XXX&email=YYY: this page is accessed via the link sent by email when requesting a password reset, the token and email are concatenated in the URL.
-
/job: has a table listing all opportunities published by other people, with the necessary information. In the top navigation has a input field to search anything more easily.
-
/new: route that leads to publish page, just fill in all the field and publish. (you must be authenticated to view this page).
-
/archived: opportunities that have timed out will be moved in the list that will appear on this page. (you must be authenticated to view this page).
-
/about: a simple page to talk about this project.
-
/report: page to report publications that are not in the context of job opportunities.
Technologies used in the project.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com
Project Link: https://github.com/SilasRodrigues19/findUrJob
🔼 Back to top