import express from 'express'; import bodyParser from 'body-parser'; const app = express(); app.listen(5000);