Refactor Parse to MongoDB in NodeJS app
Budget: $30 – $250 USD
Details:
- NodeJS app
- some communication with the MongoDB database is done through Parse SDK: https://docs.parseplatform.org/js/guide
- some communication with the MongoDB database is done through MongoDB NodeJS Driver: https://www.npmjs.com/package/mongodb
- Relations between collections made with Parse SDK require a bit of special handling in mongo queries; examples available
- There are about 20 read queries to be refactored, most of them are simple
- There are about 50 create/update queries to be refactored
Requirements:
- Refactor all code that uses Parse SDK to use mongodb client; we want to get rid of Parse Server proxy
- Write some test that will validate if app works the same after refactoring
- NodeJS app
- some communication with the MongoDB database is done through Parse SDK: https://docs.parseplatform.org/js/guide
- some communication with the MongoDB database is done through MongoDB NodeJS Driver: https://www.npmjs.com/package/mongodb
- Relations between collections made with Parse SDK require a bit of special handling in mongo queries; examples available
- There are about 20 read queries to be refactored, most of them are simple
- There are about 50 create/update queries to be refactored
Requirements:
- Refactor all code that uses Parse SDK to use mongodb client; we want to get rid of Parse Server proxy
- Write some test that will validate if app works the same after refactoring