Bonilla, Carlos D. | Antonucci, Joseph | Pauliuchenka, Palina | Mukherjee, Samridhya | Ramirez, Sean A |
---|---|---|---|---|
|
The project is a personal news feed
The news app will have the following capabilities
- Obtain recent new headlines from https://newsapi.org
- When no one is signed into the app, it will display articles from the “General” category
- When a user is signed into the app, it will display articles from categories chosen in the user’s settings
- There will be a page to sign up for the app
- There will be a page to sign into the app
- There will be a settings page for choosing new categories
- There will be a search for users to search for specific topics
to be added later...
Clone repo
yarn add git-clone https://github.com/ppauliuchenka02/bandgeeks-news-app.git
Install tools
yarn install
Run project in dev
mode
yarn rw dev
Get the database, if not ran an error will occur
yarn rw prisma db push