Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesgtox/jobify
Jobify is a simple job board for sites.
https://github.com/wesgtox/jobify
devpleno ejs express fullstack-lab javascript nodejs
Last synced: about 2 months ago
JSON representation
Jobify is a simple job board for sites.
- Host: GitHub
- URL: https://github.com/wesgtox/jobify
- Owner: WesGtoX
- License: mit
- Created: 2019-04-06T01:56:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T22:39:02.000Z (about 4 years ago)
- Last Synced: 2023-03-04T20:48:10.702Z (almost 2 years ago)
- Topics: devpleno, ejs, express, fullstack-lab, javascript, nodejs
- Language: HTML
- Homepage: https://jobify.wesleymendes.com.br
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About |
Technology |
Layout |
Getting Started |
Contributing |
License
# Jobify
Made in the Fullstack Lab course by [Tulio Faria](https://github.com/tuliofaria)
## About the Project
Jobify is a simple job board for sites.
## Technology
This project was developed with the following technologies:
- [Node.js](https://nodejs.org/en/)
- [ejs](https://ejs.co/)
- [Express.js](https://expressjs.com/)## Layout
You can view the project layout in the format through this [LINK](https://www.figma.com/file/qNnokhGv8r973CbSrbjw4b/Jobify-Fullstack-Lab?node-id=0%3A1).
Remembering that you will need to have an account at [Figma](http://figma.com/).## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/download/)
- [Yarn](https://classic.yarnpkg.com/en/docs/install/)### Install and Run
1. Clone the repository:
```bash
git clone https://github.com/WesGtoX/jobify.git
```
2. Install the dependencies:
```bash
yarn install
```
3. Run:
```bash
yarn start
```## Roadmap
See the [open issues](https://github.com/WesGtoX/jobify/issues) for a list of proposed features (and known issues).
## How to contribute
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project.
2. Create your Feature Branch `git checkout -b feature/my-feature`.
3. Commit your Changes `git commit -m 'feat: My new feature'`.
4. Push to the Branch `git push origin feature/my-feature`.
5. Open a Pull Request.After the merge of your pull request is done, you can delete your branch.
## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
---
Made with ♥ by [Wesley Mendes](https://wesleymendes.com.br/) :wave: