An open API service indexing awesome lists of open source software.

https://github.com/gourabofficial/udemy_course

Starting FullStack web dev from Udemy (Hitesh Sir)
https://github.com/gourabofficial/udemy_course

database full-stack javascript js mern-stack webdevelopment

Last synced: 3 months ago
JSON representation

Starting FullStack web dev from Udemy (Hitesh Sir)

Awesome Lists containing this project

README

        

# Full-Stack Web Development Learning Repository

This repository contains projects, notes, and code examples from my full-stack web development journey.

## Tech Stack
- **Frontend**: HTML, CSS, JavaScript (React, etc.)
- **Backend**: Node.js, Express, etc.
- **Database**: MongoDB, SQL, etc.

## Project Structure

## How to Run

### Frontend
1. Navigate to the frontend folder.
2. Run `npm install` to install dependencies.
3. Use `npm start` to start the frontend development server.

### Backend
1. Navigate to the backend folder.
2. Run `npm install` to install backend dependencies.
3. Use `npm run dev` to start the backend server.

## Learning Goals
- Build and structure a full-stack web application.
- Learn frontend frameworks like React, and backend with Node.js.
- Integrate databases and understand API creation.

## Contributing
Feel free to contribute by opening issues or submitting pull requests!

## License
[MIT](LICENSE)