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)
- Host: GitHub
- URL: https://github.com/gourabofficial/udemy_course
- Owner: gourabofficial
- Created: 2024-09-23T03:04:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T05:13:53.000Z (7 months ago)
- Last Synced: 2024-12-03T06:20:16.302Z (7 months ago)
- Topics: database, full-stack, javascript, js, mern-stack, webdevelopment
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)