Syntax-Python-React-Project is a full-stack web application built with Python Flask, React Hooks and MondoBD CRUD.
- Python
- Flask
- React
- React Router
- React Hooks
- MongoDB
- Bootstrap
- Git
To get started with this project, follow these steps:
- Clone this repository onto your local machine using the following command:
git clone https://github.com/MetalSyntax/Syntax-Python-React-Project.git
- Install the required dependencies by running the following commands in your terminal:
cd backend
pip install virtualenv flask Flask-PyMongo flask-cors
cd ../frontend
npm install
- Start the development servers by running the following commands in separate terminals:
cd backend
python src/app.py
mongod
cd frontend
npm start
- Open your web browser and navigate to
http://localhost:3000
to view the application.
This web application with a form to add users in a list with name, email and password, the users can edit and remove elements on the list.
Contributions to this project are welcome. To contribute, follow these steps:
- Fork this repository.
- Create a new branch.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project was created by MetalSyntax.
This project is licensed under the MIT License.