Skip to content

M0hammedAlhaj/techPractica

Repository files navigation

Project README

Welcome to the techPractica project! This README will help you get started quickly and point you to important documentation for development guidelines and team workflow.


📚 Documentation

Please refer to the following detailed guides in the backend documentation folder:


🚀 How to Run the Project

1. Always Keep Your Branch Updated

Before starting development or building the project, make sure your branch is up to date:

# Fetch the latest updates from remote without changing your files
git fetch origin

# Switch to the master branch
git switch master

# Pull the latest changes from the remote master
git pull origin master

# Switch back to your feature branch
git switch your-branch-name

# Merge the updated master into your branch
git merge master

# Resolve conflicts if any, then commit

2. Running with Docker

The project uses Docker for easy environment setup.

To start the services, run:

docker-compose up -d

This command will start all necessary containers in detached mode.


3. Next Steps


Happy coding! 🎉

About

TechPractica is a platform that helps users enhance their technical skills through hands-on exercises, coding challenges, and real-world scenarios — ideal for both beginners and experienced developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages