A basic Blog made with Node , Vanilla & pure CSS.
- Open project in VSCODE & Run
npm install
on Terminal. - Get a working internet connection as MongoDB Atlas connection string requires internet to work.
- Run
localhost:port
on browser (look express-app.ts for port value , usually its 5700).