You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend of the blog app made in angular. REST API's of the application are build using ExpressJS framework of Node.JS. Documentation of the API's is maintained. MongoDB is used as db with mongoose as the wrapper and use of data models. Routes and Controllers are maintained seperately. The app has middlewares to handle the CORS properties, basic …