Just Some Stuff I tried out.
Getting Started with MERN Stack (Part – 2)
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 Select…
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 understand…
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 created…