Today we will be talking about the back-end of our project.As I mentioned before i will be using Mongo Atlas for this project so, lets being with that. Database Creation Create an account on Cloud Mongo After creating an account, lets create our first project. Select proper configuration for your project Select one provider SelectContinue reading “Getting Started with MERN Stack (Part – 2)”
Author Archives: Sidharth Nair
Getting Started with MERN Stack (Part – 1)
MERN Stack is a Javascript Stack that is used for easier and faster deployment of full-stack web applications. MERN Stack comprises of 4 technologies namely: MongoDB, Express, React and Node.js. It is designed to make the development process smoother and easier. It is one of the most simplest stacks one can learn, and a good one to start with to understandContinue reading “Getting Started with MERN Stack (Part – 1)”
Getting Started with Flask
Flask is a micro web framework written in Python, one of the most simple frameworks out there and easiest to start with. To get started all u need to do is have python installed and type this. terminal app.py terminal So lets talk about what we did here We installed flask with PIP, and createdContinue reading “Getting Started with Flask”
WSL(Window-Subsystem-for-Linux)
When I first joined my college, I was asked to install Ubuntu because “THAT’S WHAT EVERYONE USES.” So obviously, I complied with the mainstream. With the help of YouTube 1 hr later I had dual-booted Ubuntu with windows (p.s only used it for couple days) Now 2 years later the perfect solution was released byContinue reading “WSL(Window-Subsystem-for-Linux)”