Farm Stack: Difference between revisions
Jump to navigation
Jump to search
Lsokolowski1 (talk | contribs) mNo edit summary |
Lsokolowski1 (talk | contribs) mNo edit summary |
||
| Line 18: | Line 18: | ||
* FARM vs MERN | * FARM vs MERN | ||
== Getting Started == | |||
* Setting up the development environment | |||
* Setting up a MongoDB Atlas account | |||
* Installing dependencies | |||
* Connecting FastAPI with MongoDB | |||
== Building REST APIs (FastAPI) == | |||
* CRUD operations | |||
* Updating the APIs | |||
* MongoDB functions | |||
* Testing the APIs | |||
== Developing the Frontend with ReactJS == | |||
* Creating a React project | |||
Installing | * Installing axios and bootstrap | ||
* Styling, CSS, and JSX | |||
* Adding interactive functions | |||
* Testing the application | |||
== Deploying the Application == | |||
* Backend deployment (Heroku) | |||
* Frontend deployment (GitHub) | |||
== Securing the Application == | |||
* Authentication and user management | |||
* Routers and access permissions. | |||
<!-- | |||
== Troubleshooting == | |||
* TODO | |||
Securing the Application | |||
Authentication and user management | |||
Routers and access permissions. | |||
Troubleshooting | |||
--> | --> | ||
Revision as of 13:59, 15 July 2026
THIS IS A DRAFT
This text may not be complete.
- title
- FARM Stack Course
- author
- Lukasz Sokolowski
FARM Stack Course
FARM Stack Training Materials
Copyright Notice
Copyright © 2004-2026 by NobleProg Limited All rights reserved.
This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise.
Overview
- What is FARM stack?
- FARM vs MERN
Getting Started
- Setting up the development environment
- Setting up a MongoDB Atlas account
- Installing dependencies
- Connecting FastAPI with MongoDB
Building REST APIs (FastAPI)
- CRUD operations
- Updating the APIs
- MongoDB functions
- Testing the APIs
Developing the Frontend with ReactJS
- Creating a React project
- Installing axios and bootstrap
- Styling, CSS, and JSX
- Adding interactive functions
- Testing the application
Deploying the Application
- Backend deployment (Heroku)
- Frontend deployment (GitHub)
Securing the Application
- Authentication and user management
- Routers and access permissions.