Project carried out during the Systems Analysis and Development course
About the project | Layout | Technologies | How to install | How to contribute | License
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;
This project was developed with the following technologies:
# 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
- 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.
This project is under the MIT license. See the LICENSE for details.