Skip to content

yasuaki640/news-api-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News API App

This is A repo for App that searches for news according to user specified conditions.
Also integrated by React front server and Node.js + express backend(API) server.

Enviroments

  • Node.js v14.15.1
  • Yarn 1.22.4

Usage

Linux

git clone git@github.com:yasuaki640/news-api-app.git
bash start-app.sh

note : operability confirmed in WSL2 ubuntu 18.04

Windows

Copy two .env.example files and rename them to .env
Enter your news api access key to NEWS_API_ACCESS_KEY= in a file backend/.env

cd frontend
yarn install
cd ../backend
yarn install
yarn run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published