Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 2.64 KB

README.md

File metadata and controls

80 lines (56 loc) · 2.64 KB

Easy-News

Project carried out during the Systems Analysis and Development course

GitHub repo size GitHub license GitHub language count GitHub top language

About the project   |    Layout   |    Technologies   |    How to install   |    How to contribute   |    License

📖 About the project

Easy News aims to create a news portal where it is possible to register and list news. During development, a API with two methods:

  • GET /telanoticias: retorna todas as notícias;
  • POST /cadastro: Cadastra uma notícia no banco de dados;

🔖 Layout

DsDelivery

🛠 Technologies

This project was developed with the following technologies:

Front-end:

Back-end:

👨‍💻 How to install

# Clone this repository
$ git clone https://github.com/gabrielvieira1/easy-news.git

# Go into the repository folder and install dependencies
$ cd /eclipse-workspace/Easy-News/front-web/front-easynews

# Run
$ yarn install

$ yarn start

🤔 How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

📝 License

This project is under the MIT license. See the LICENSE for details.