Simplified Client-Only Version MVP ready in TypeScript here
App that allows a registered user to search for movies and tv shows titles, and organize them into "wish" and "watched" lists. Current MVP.
- Feel free to test signing up
- Alternatively:
- username: testuser
- password: testuser
- Front-end:
- ReactJs
- Back-end:
- Express
- Node.js
- Database:
- MongoDB
- Extras:
- Movies Third Party API
- Deployment:
- Heroku
- Testing Tools:
- API endpoints with REST Client Ext.
- Reports with Postman exports
- Test with Postman Collection Run
- Collection Test Locally with Newman
- Unit Testing with Jest
- Integration with Supertest
STATUS: MVP Exploring personal rating feature.
- Download the project
- Open the project and on the root run
npm install
thennode server/listen.js
- On a different terminal, run
cd client
, thennpm install
and finallynpm start
MIT License Copyright (c) 2022 Aryse Gabrielle Pagano