This is a repository for Web Technologies course in FMI
- How to install Git
- Install Git on Linux/Ubuntu: https://linuxize.com/post/how-to-install-git-on-ubuntu-18-04/
- Install Git on Windows: https://git-scm.com/
- How to install NodeJs and npm
- Install NodeJs on Linux/Ubuntu: https://linuxize.com/post/how-to-install-node-js-on-ubuntu-20-04/
- Install NodeJs on Windows: https://nodejs.org/en/ Note: NPM comes with NodeJs
- How to setup MongoDB
- Local setup: https://docs.mongodb.com/guides/server/install/
- Cloud setup: https://docs.atlas.mongodb.com/
- How to setup Express
- ExpressJs documentation: https://expressjs.com/en/starter/installing.html
- Git Tutorials
- Try Git
- Learn JavaScript Tutorial
- You don't Know JavaScript
- Eloquent JavaScript
- MongoDB Documentation
- HTML W3Schools
- HTML Tutorial
- CSS W3Schools
- CSS Tutorial
- CSS Diner
- A Complete Guide to Grid
- A Complete Guide to Flexbox
- CSS Flex Game
- CSS Grid Game
- Learn Asynchronous JavaScript
- Create a back-end app with JavaScript Tutorial
- Learn NodeJs Tutorial
- Learn Express Tutorial
- NodeJs Documentation
- Express Guide
- MongoDB Documentation
- Mongoose Documentation