This is an improvement from the initial express app I built.
It is still in progress but these are the imminent changes
- Convert project architecture to MVC ✅
- Transform synchronous operations to asynchronous operations ✅
- Ensure efficient code operations ✅
- Proper error handling ✅
- Test the app functions ✅
- Documenting the code ✅
- Run
npm installto install all the requirements in the package.json file - Add the corresponding values for the following to a .env file
- API_PORT
- dbURI
- TOKEN_KEY
- testdbURI
- Then run
npm run start