Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 747 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 747 Bytes

Tweets_Feed_V2

Installation

clone the project
cd to the project root

#make sure you have a postgres database,
configure your database credentials in the src/config/db.ts file
#
Run npm install
Run npm run dev

Using your browser, navigate to http://localhost:3000/graphql,
Make sure You have your database confiqured as describled in build/scr/utils/seedUtils.js.
    

response

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT