Story Name
Set up server
Value Statement
As a user, I want to be able to use the app and to view all previously created data (friends, watchlist,favorites, profile) from multiple devices, browsers, so I'm not limited in my access.
Description
Set up mongodb server with mongoose
Acceptance Criteria
- The user is able to view its content and data using different browsers without the need of using Local Storage
Complexity
Tasks
- Install dependencies: express, mongoose, nodemon, cors
- set up friends controller
- set up friends model data structure
- set up friends router (get)
- set up user controller
- set up user model data structure
- set up user router (post, get)
Story Name
Set up server
Value Statement
As a user, I want to be able to use the app and to view all previously created data (friends, watchlist,favorites, profile) from multiple devices, browsers, so I'm not limited in my access.
Description
Set up mongodb server with mongoose
Acceptance Criteria
Complexity
Tasks