This is a Meme stream application with basic CRUD functionaity made with express bootstrap javascript and swagger for api documentation
steps to run this application
- cd into project folder
- then type npm install to install dependencies required for express server to run
- then type npm run dev to run app in development environment or npm start to run app in production environment
- swagger api documentation is served at port 8080